prune.sh - Add cd to script directory
This commit is contained in:
parent
7c1e501066
commit
eb7cbb5e74
1 changed files with 1 additions and 0 deletions
1
prune.sh
1
prune.sh
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd $(dirname $0)
|
||||
|
||||
# read configuration variables
|
||||
source config.sh
|
||||
|
|
Loading…
Reference in a new issue