aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/Terminal/Commands/Hello.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Engine/Terminal/Commands/Hello.cs')
-rw-r--r--ShiftOS.Engine/Terminal/Commands/Hello.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/ShiftOS.Engine/Terminal/Commands/Hello.cs b/ShiftOS.Engine/Terminal/Commands/Hello.cs
deleted file mode 100644
index 7d4b82f..0000000
--- a/ShiftOS.Engine/Terminal/Commands/Hello.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace ShiftOS.Engine.Terminal.Commands
-{
- public class Hello : TerminalCommand
- {
- public override string GetName() => "Hello";
-
- public override string Run(params string[] parameters) => "Oh, HELLO, " + string.Join(" ", parameters);
- }
-} \ No newline at end of file