adding a script to create a cpio
This commit is contained in:
parent
2afe9dd478
commit
c93140e85e
9
revolabs-flx_uc_1000/makecpio.sh
Executable file
9
revolabs-flx_uc_1000/makecpio.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
## makecpio.sh
|
||||
|
||||
DIR='_fake'
|
||||
OUT="revo.$$.cpio"
|
||||
|
||||
find ${DIR} -print | cpio -ov > ${OUT}
|
||||
ls -lh ${OUT}
|
||||
binwalk -v ${OUT}
|
Loading…
Reference in New Issue
Block a user