mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-22 03:11:48 -05:00
0.2.6 final code
This commit is contained in:
parent
ad70e4162d
commit
5ae42df217
2 changed files with 1 additions and 6 deletions
|
@ -303,11 +303,6 @@ Module TerminalAPI
|
|||
AdvancedCommand = False
|
||||
NormalCommand()
|
||||
End If
|
||||
If command Like "copy *" Then
|
||||
Copy()
|
||||
AdvancedCommand = False
|
||||
NormalCommand()
|
||||
End If
|
||||
If command Like "cowsay *" Then
|
||||
If Strings.AvailableFeature(22) = 1 Then
|
||||
Cowsay(RawCommand.Substring(7))
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.2.5
|
||||
0.2.6
|
Loading…
Reference in a new issue