Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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
}