h4ck/revolabs-flx_uc_1000/makecpio.sh
2017-02-21 17:43:39 -08:00

10 lines
131 B
Bash
Executable File

#!/bin/bash
## makecpio.sh
DIR='_fake'
OUT="revo.$$.cpio"
find ${DIR} -print | cpio -ov > ${OUT}
ls -lh ${OUT}
binwalk -v ${OUT}