code: plan9front

ref: 5622b0bbd878dbc34045cc6fd37cffa64461eabe
dir: /rc/bin/bundle/

View raw version
#!/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
}