diff options
| author | EverythingWindows <[email protected]> | 2022-11-20 02:30:28 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-20 02:30:28 +0700 |
| commit | 5ae42df217ded307bb8e33611d2292ebdb523a18 (patch) | |
| tree | 67073834fb6ed825e33209cc1b66c9e79fc439b6 /ShiftOS-TheRevival/API/TerminalAPI.vb | |
| parent | ad70e4162d8c55c0a882997a0c47c168b286e5d1 (diff) | |
| download | shiftos-therevival-old-0.2.6.tar.gz shiftos-therevival-old-0.2.6.tar.bz2 shiftos-therevival-old-0.2.6.zip | |
0.2.6 final code0.2.6
Diffstat (limited to 'ShiftOS-TheRevival/API/TerminalAPI.vb')
| -rw-r--r-- | ShiftOS-TheRevival/API/TerminalAPI.vb | 5 |
1 files changed, 0 insertions, 5 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)) |
