mirror of
https://github.com/ksherlock/hfs-boot.git
synced 2024-12-22 06:29:20 +00:00
6 lines
97 B
Bash
6 lines
97 B
Bash
|
|
export dir=`mktemp -d`
|
|
profuse -orw --fst=hfs hfs24.po "$dir"
|
|
cp loader "$dir/"\!
|
|
umount "$dir"
|