From 5aceb7cf1efbfa21ab6a56e2e0cde13774217f97 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 16 Nov 2022 08:07:44 +0700 Subject: Moving more commands from TerminalAPI into its own module --- ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb') diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb new file mode 100644 index 0000000..b78911f --- /dev/null +++ b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb @@ -0,0 +1,5 @@ +Module Com_Rev + Public Sub Reverse() + NewLine(StrReverse(RawCommand.Substring(4))) + End Sub +End Module -- cgit v1.2.3