ref: 6c8de2713c34622799504f9817afe6876c5621cf dir: /rc/bin/bundle/
#!/bin/rc echo '# To unbundle, run this file' for(i in $*){ echo 'echo '$i echo 'sed ''s/.//'' >'$i' <<''//GO.SYSIN DD '$i'''' sed 's/^/-/' $i echo '//GO.SYSIN DD '$i }