This website requires JavaScript.
Explore
Help
Sign In
OpenNeo
/
impress-2020
Watch
1
Star
0
Fork
You've already forked impress-2020
0
Code
Pull requests
Activity
a2594d1797
impress-2020
/
scripts
/
archive
/
create
/
delta.sh
1 line
75 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix bug in archive:create scripts That's what I get for not fully testing lmao! But right, paths in shell scripts are relative to the working directory, and if I want to be relative to the script I gotta use dirname!
2022-10-24 16:56:06 -07:00
MANIFEST
=
$(
dirname
$0
)
/../manifest-delta.txt
$(
dirname
$0
)
/download-urls.sh
Copy permalink