diff options
| author | EverythingWindows <[email protected]> | 2022-11-16 08:28:22 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-16 08:28:22 +0700 |
| commit | 415ee1e40d41886cb7ccf23ee004c7fa67dd7418 (patch) | |
| tree | 83a2224b490de0421e8f00b000f014a81a34acb3 /ShiftOS-TheRevival/Terminal Applications/Internal/Com_Shiftorium.vb | |
| parent | 5aceb7cf1efbfa21ab6a56e2e0cde13774217f97 (diff) | |
| download | shiftos-therevival-old-415ee1e40d41886cb7ccf23ee004c7fa67dd7418.tar.gz shiftos-therevival-old-415ee1e40d41886cb7ccf23ee004c7fa67dd7418.tar.bz2 shiftos-therevival-old-415ee1e40d41886cb7ccf23ee004c7fa67dd7418.zip | |
More enhanced code management and DesktopEnvironment experiments
Diffstat (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Shiftorium.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Terminal Applications/Internal/Com_Shiftorium.vb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Shiftorium.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Shiftorium.vb deleted file mode 100644 index 47fecd1..0000000 --- a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Shiftorium.vb +++ /dev/null @@ -1,18 +0,0 @@ -Module Com_Shiftorium - Public Sub Shiftorium() - Dim prompt As String = command.Replace("shiftorium ", "") - NewLine("Shiftorium ShiftOS Center") - If prompt Like "info *" Then - Shiftoriums.prompt = command.Replace("shiftorium info ", "") - Shiftorium_InformationFeatures() - End If - If prompt Like "install *" Then - Shiftoriums.prompt = command.Replace("shiftorium install ", "") - Shiftorium_DetectInstallFeatures() - End If - If prompt = "list" Then - Shiftorium_ListFeatures() - Console.BadCommand = False - End If - End Sub -End Module |
