aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-20 02:30:28 +0700
committerEverythingWindows <[email protected]>2022-11-20 02:30:28 +0700
commit5ae42df217ded307bb8e33611d2292ebdb523a18 (patch)
tree67073834fb6ed825e33209cc1b66c9e79fc439b6
parentad70e4162d8c55c0a882997a0c47c168b286e5d1 (diff)
downloadshiftos-therevival-old-5ae42df217ded307bb8e33611d2292ebdb523a18.tar.gz
shiftos-therevival-old-5ae42df217ded307bb8e33611d2292ebdb523a18.tar.bz2
shiftos-therevival-old-5ae42df217ded307bb8e33611d2292ebdb523a18.zip
0.2.6 final code0.2.6
-rw-r--r--ShiftOS-TheRevival/API/TerminalAPI.vb5
-rw-r--r--ShiftOS-TheRevival/Resources/CurrentVersion.txt2
2 files changed, 1 insertions, 6 deletions
diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb
index eb0f10b..76f46fa 100644
--- a/ShiftOS-TheRevival/API/TerminalAPI.vb
+++ b/ShiftOS-TheRevival/API/TerminalAPI.vb
@@ -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))
diff --git a/ShiftOS-TheRevival/Resources/CurrentVersion.txt b/ShiftOS-TheRevival/Resources/CurrentVersion.txt
index 28af839..a53741c 100644
--- a/ShiftOS-TheRevival/Resources/CurrentVersion.txt
+++ b/ShiftOS-TheRevival/Resources/CurrentVersion.txt
@@ -1 +1 @@
-0.2.5 \ No newline at end of file
+0.2.6 \ No newline at end of file