]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/bundle
remove ipv6on, update ipconfig(8)
[plan9front.git] / rc / bin / bundle
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 }