summaryrefslogtreecommitdiff
path: root/scripts/reg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/reg')
-rw-r--r--scripts/reg14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/reg b/scripts/reg
deleted file mode 100644
index 75ac364e..00000000
--- a/scripts/reg
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-switch="-U"
-current="-c"
-
-if [ "$1" = "-C" -o "$1" = "-U" -o "$1" = "-P" -o "$1" = "-M" ]; then
- switch="$1"
- shift
-elif [ "$1" = "-b" -o "$1" = "-e" ]; then
- current="$1 $2"
- shift 2
-fi
-
-ledger $current -s $switch register "$@"