summaryrefslogtreecommitdiff
path: root/.local/bin/upper
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/upper')
-rwxr-xr-x.local/bin/upper5
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/bin/upper b/.local/bin/upper
deleted file mode 100755
index e3d8d45..0000000
--- a/.local/bin/upper
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/local/bin/python3
-while True:
- userIn = input("> ").upper()
- if userIn == "EXIT": break
- print(userIn)