0.2.6 final code

This commit is contained in:
EverythingWindows 2022-11-20 02:30:28 +07:00
parent ad70e4162d
commit 5ae42df217
2 changed files with 1 additions and 6 deletions

View file

@ -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))

View file

@ -1 +1 @@
0.2.5
0.2.6