aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb
new file mode 100644
index 0000000..b78911f
--- /dev/null
+++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Rev.vb
@@ -0,0 +1,5 @@
+Module Com_Rev
+ Public Sub Reverse()
+ NewLine(StrReverse(RawCommand.Substring(4)))
+ End Sub
+End Module