bundle 173 B

12345678
  1. #!/bin/rc
  2. echo '# To unbundle, run this file'
  3. for(i in $*){
  4. echo 'echo '$i
  5. echo 'sed ''s/.//'' >'$i' <<''//GO.SYSIN DD '$i''''
  6. sed 's/^/-/' $i
  7. echo '//GO.SYSIN DD '$i
  8. }