aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-08-02 08:14:22 -0400
committerMichael <[email protected]>2017-08-02 08:14:28 -0400
commitd5a47f546f51010d81ed46d2222f1b8f4509ed3e (patch)
treea535ec41732c8a4d11cfe70986a3507e95be4ff9
parent1bf3c1f57749b382654741310666ebeea476fd6f (diff)
downloadshiftos_thereturn-d5a47f546f51010d81ed46d2222f1b8f4509ed3e.tar.gz
shiftos_thereturn-d5a47f546f51010d81ed46d2222f1b8f4509ed3e.tar.bz2
shiftos_thereturn-d5a47f546f51010d81ed46d2222f1b8f4509ed3e.zip
uhhhhhhhh...
-rw-r--r--ShiftOS.Frontend/Commands.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/Commands.cs b/ShiftOS.Frontend/Commands.cs
index 5172d29..cc44dd3 100644
--- a/ShiftOS.Frontend/Commands.cs
+++ b/ShiftOS.Frontend/Commands.cs
@@ -114,6 +114,13 @@ There are no missions available for you to complete. Please check back later for
[TutorialLock]
public static class TerminalCommands
{
+ [Command("echo")]
+ [RequiresArgument("id")]
+ public static void Echo(Dictionary<string, object> args)
+ {
+ Console.WriteLine(args["id"].ToString());
+ }
+
[MetaCommand]
[Command("clear", description = "{DESC_CLEAR}")]
public static bool Clear()