fixed script cwd

This commit is contained in:
Ludwig Lehnert 2025-02-16 09:06:52 +01:00
parent 2edaba449d
commit 72abe4c4e1

2
dl
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"