aboutsummaryrefslogtreecommitdiff
path: root/uc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'uc.sh')
-rwxr-xr-xuc.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/uc.sh b/uc.sh
deleted file mode 100755
index 0468885..0000000
--- a/uc.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-symbol="$1"
-
-if [ -z "$symbol" ]; then
- symbol="//"
-fi
-
-sed -E "s|^$symbol*||"