|
to tidy up the scripts.
cd sbin; for filename in * ; do rm ${filename}; cp ../fixup ./${filename}; done; cd ..;
cd bin; for filename in * ; do rm ${filename}; cp ../fixup ./${filename}; done; cd ..;
where fixup contains #!/mnt/us/bin/busybox
you could just CAT << EOF or w/e, I did this.
|