From 5ae42df217ded307bb8e33611d2292ebdb523a18 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 20 Nov 2022 02:30:28 +0700 Subject: [PATCH] 0.2.6 final code --- ShiftOS-TheRevival/API/TerminalAPI.vb | 5 ----- ShiftOS-TheRevival/Resources/CurrentVersion.txt | 2 +- 2 files changed, 1 insertion(+), 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