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