aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb')
-rw-r--r--ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb10
1 files changed, 0 insertions, 10 deletions
diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb
deleted file mode 100644
index 2602187..0000000
--- a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb
+++ /dev/null
@@ -1,10 +0,0 @@
-Module Com_Su
- Public Sub Terminal_Su()
- If Strings.OnceInfo(0) = "Yes" Then
- NewLine("You already in root mode!")
- Else
- Strings.OnceInfo(0) = "Yes"
- Terminal_AssignPrompt()
- End If
- End Sub
-End Module