added parameter to script
This commit is contained in:
parent
8a0d5dee9d
commit
5912306a1c
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ count=""
|
|||
|
||||
# directory and file variables
|
||||
dir="$(dirname $(realpath $0))"
|
||||
|
||||
bin="$dir/gosplash"
|
||||
|
||||
# check if the binary exists
|
||||
|
@ -24,4 +23,4 @@ bin="$dir/gosplash"
|
|||
echo "$GOSPLASH_APIKEY"
|
||||
|
||||
# run gosplash
|
||||
$bin
|
||||
$bin "$1"
|
||||
|
|
Loading…
Reference in a new issue