]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/bundle
crop /lib/face/48x48x8/n/nixie.1 to the right size (was 512x512)
[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 }