aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Pwd.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Pwd.vb')
-rw-r--r--ShiftOS-TheRevival/Terminal Applications/Internal/Com_Pwd.vb5
1 files changed, 0 insertions, 5 deletions
diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Pwd.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Pwd.vb
deleted file mode 100644
index 2e97969..0000000
--- a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Pwd.vb
+++ /dev/null
@@ -1,5 +0,0 @@
-Module Com_Pwd
- Public Sub Pwd()
- NewLine(Console.CurrentDirectory.Replace(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS\ShiftFS", "!"))
- End Sub
-End Module