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