summaryrefslogtreecommitdiff
path: root/utils/acid/B.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/acid/B.sh')
-rw-r--r--utils/acid/B.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/acid/B.sh b/utils/acid/B.sh
new file mode 100644
index 00000000..15570c7d
--- /dev/null
+++ b/utils/acid/B.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+line=`/bin/echo $1 | /bin/sed 's/-//'`
+if [ "x$EDITOR" = "x" ] ; then
+ vi +$line $2
+else
+ $EDITOR +$line $2
+fi