diff options
| author | EverythingWindows <[email protected]> | 2022-11-14 19:55:48 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-14 19:55:48 +0700 |
| commit | 52674dbd4d03161aba9cadb68f09b69fd71b8ecb (patch) | |
| tree | afe00cdce077273fbe537f973696e3f3c84299e7 /ShiftOS-TheRevival/Terminal Applications/Internal/Com_Ver.vb | |
| parent | 75ae158b14df32ef41cebfce664dc5d0c50104f3 (diff) | |
| download | shiftos-therevival-old-52674dbd4d03161aba9cadb68f09b69fd71b8ecb.tar.gz shiftos-therevival-old-52674dbd4d03161aba9cadb68f09b69fd71b8ecb.tar.bz2 shiftos-therevival-old-52674dbd4d03161aba9cadb68f09b69fd71b8ecb.zip | |
All one-way commands are not separated into each own module
Diffstat (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Ver.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Terminal Applications/Internal/Com_Ver.vb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Ver.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Ver.vb new file mode 100644 index 0000000..8b2de41 --- /dev/null +++ b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Ver.vb @@ -0,0 +1,5 @@ +Module Com_Ver + Public Sub Terminal_Version() + NewLine("ShiftOS TheRevival version " & My.Resources.CurrentVersion) + End Sub +End Module |
