You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a second thought I'm not too sure if they're needed, most *2bin scripts would just call dd if=imgfile bs=512 skip=1 of=binfile and most bin2* scripts would consist of *gen 1 2 3 binfile | cat /dev/stdin binfile > imgfile.
nhd2bin,bin2slh, etc.On a second thought I'm not too sure if they're needed, most
*2binscripts would just calldd if=imgfile bs=512 skip=1 of=binfileand mostbin2*scripts would consist of*gen 1 2 3 binfile | cat /dev/stdin binfile > imgfile.