aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/Terminal/Commands
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-11-18 11:56:23 -0500
committerGitHub <[email protected]>2017-11-18 11:56:23 -0500
commitce700260e681f483e8e7120619f690da2d8847a6 (patch)
tree6897964ac67014fd497ee4f8c29c0ba1742ba5d5 /ShiftOS.Engine/Terminal/Commands
parent97722fbe9d474adffbba0b92e9727c48a8205234 (diff)
parentc0400bc229d5f275955d6c964108deebf0908b4b (diff)
downloadshiftos-rewind-ce700260e681f483e8e7120619f690da2d8847a6.tar.gz
shiftos-rewind-ce700260e681f483e8e7120619f690da2d8847a6.tar.bz2
shiftos-rewind-ce700260e681f483e8e7120619f690da2d8847a6.zip
Merge pull request #15 from Alex-TIMEHACK/master
Fully working command handler (Alex)
Diffstat (limited to 'ShiftOS.Engine/Terminal/Commands')
-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