mirror of
https://github.com/ksherlock/hfs-boot.git
synced 2025-01-17 23:30:55 +00:00
6 lines
95 B
Bash
6 lines
95 B
Bash
|
|
export dir=`mktemp -d`
|
|
profuse -orw --fst=hfs hfs.po "$dir"
|
|
cp loader "$dir/"\!
|
|
umount "$dir"
|