diff options
Diffstat (limited to 'data/helper/init.sh')
| -rwxr-xr-x | data/helper/init.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/helper/init.sh b/data/helper/init.sh deleted file mode 100755 index 4553fb7..0000000 --- a/data/helper/init.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -REPOROOT=$(git rev-parse --show-toplevel) - -set -e - -ln -sf "$REPOROOT/data/helper/config" "$REPOROOT/helper/data/config" -for f in "$REPOROOT/data/helper/scripts"/*; do - ln -sf "$f" "$REPOROOT/helper/scripts" -done - -echo "done" |
