diff options
| author | EverythingWindows <[email protected]> | 2022-11-16 08:07:44 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-16 08:07:44 +0700 |
| commit | 5aceb7cf1efbfa21ab6a56e2e0cde13774217f97 (patch) | |
| tree | 7eb03754a5e4f5fd85c415473b54c629cf404e1c /ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb | |
| parent | 8b879eb638cbb842c723b64f53b04d30d931a4f0 (diff) | |
| download | shiftos-therevival-old-5aceb7cf1efbfa21ab6a56e2e0cde13774217f97.tar.gz shiftos-therevival-old-5aceb7cf1efbfa21ab6a56e2e0cde13774217f97.tar.bz2 shiftos-therevival-old-5aceb7cf1efbfa21ab6a56e2e0cde13774217f97.zip | |
Moving more commands from TerminalAPI into its own module
Diffstat (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Terminal Applications/Internal/Com_Rev.vb | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
