summaryrefslogtreecommitdiff
path: root/rc/bin/bundle
blob: 651e0f6a73c30e4698b421eedd9b06fc11ced9cf (plain)
1
2
3
4
5
6
7
8
#!/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
}