aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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