diff options
| author | EverythingWindows <[email protected]> | 2022-11-20 16:43:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-20 16:43:01 +0700 |
| commit | 2fa56446be7a049994786931e9145043362e8adb (patch) | |
| tree | fd715e8afde59181985e3e2c654dfbfeeda27880 /ShiftOS-TheRevival/API/TerminalAPI.vb | |
| parent | 5ae42df217ded307bb8e33611d2292ebdb523a18 (diff) | |
| download | shiftos-therevival-old-2fa56446be7a049994786931e9145043362e8adb.tar.gz shiftos-therevival-old-2fa56446be7a049994786931e9145043362e8adb.tar.bz2 shiftos-therevival-old-2fa56446be7a049994786931e9145043362e8adb.zip | |
Guide command, MathQuiz App, ShiftOS About, and more
Diffstat (limited to 'ShiftOS-TheRevival/API/TerminalAPI.vb')
| -rw-r--r-- | ShiftOS-TheRevival/API/TerminalAPI.vb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb index 76f46fa..700e0cc 100644 --- a/ShiftOS-TheRevival/API/TerminalAPI.vb +++ b/ShiftOS-TheRevival/API/TerminalAPI.vb @@ -211,6 +211,10 @@ Module TerminalAPI AdvancedCommand = False NormalCommand() 'Undeveloped() + Case "guide" + Guide() + AdvancedCommand = False + NormalCommand() Case "help" Help() AdvancedCommand = False @@ -219,6 +223,12 @@ Module TerminalAPI If Strings.AvailableFeature(4) = 1 Then NewLine(My.Resources.man_infobar) End If + Case "mathquiz" + If Strings.AvailableFeature(34) = 1 Then + MQ_Start() + AdvancedCommand = False + NormalCommand() + End If Case "pwd" If Strings.AvailableFeature(16) = 1 Then Pwd() |
