index
:
acme-scripts.git
master
Scripts to use with acme editor
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'c.sh')
-rwxr-xr-x
c.sh
9
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|"