fixed script cwd
This commit is contained in:
parent
2edaba449d
commit
72abe4c4e1
2
dl
2
dl
@ -1,6 +1,6 @@
|
|||||||
#!/bin/env fish
|
#!/bin/env fish
|
||||||
|
|
||||||
set DIR (cd (dirname (status -f)); and pwd)
|
set DIR (dirname (status -f))
|
||||||
|
|
||||||
if ! type -q curl
|
if ! type -q curl
|
||||||
echo "curl is required to run this script"
|
echo "curl is required to run this script"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user