This website requires JavaScript.
Explore
Help
Sign In
logan
/
touchprint
Watch
1
Star
0
Fork
You've already forked touchprint
0
Code
Issues
2
Pull requests
Releases
2
Wiki
Activity
91b07f2f90
touchprint
/
stage1
/
prerun.sh
7 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Changed shebangs to be portable I did this because hardcoding /bin/bash is generally not good practice
2020-09-03 03:20:38 -04:00
#!/usr/bin/env bash
set
-e
Initial commit
2020-08-17 19:54:31 -04:00
if
[
! -d
"
${
ROOTFS_DIR
}
"
]
;
then
copy_previous
fi
Reference in a new issue
Copy permalink