fixed script cwd

This commit is contained in:
Ludwig Lehnert 2025-02-16 09:07:02 +01:00
parent 9676f51765
commit 5528228a52

View File

@ -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"