diff options
| author | AShifter <[email protected]> | 2017-11-18 10:04:42 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-18 10:04:42 -0700 |
| commit | b4a8a646b1d0c67414a0e1eeedcf9442739fd990 (patch) | |
| tree | 92c92907a420f2bb97719f4fd6c19ac72e283b8d /ShiftOS.Engine/Terminal/Commands/Hello.cs | |
| parent | ebdc09fe679b4b06fd149c8fc6539244100ce896 (diff) | |
| parent | cc734557de877186c5f5eb1e59efdcb785ac37a8 (diff) | |
| download | shiftos-rewind-b4a8a646b1d0c67414a0e1eeedcf9442739fd990.tar.gz shiftos-rewind-b4a8a646b1d0c67414a0e1eeedcf9442739fd990.tar.bz2 shiftos-rewind-b4a8a646b1d0c67414a0e1eeedcf9442739fd990.zip | |
Merge remote-tracking branch 'refs/remotes/ShiftOS-Rewind/master'
Diffstat (limited to 'ShiftOS.Engine/Terminal/Commands/Hello.cs')
| -rw-r--r-- | ShiftOS.Engine/Terminal/Commands/Hello.cs | 9 |
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 |
