File: bbundle

package info (click to toggle)
tcs 1-11
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 788 kB
  • ctags: 191
  • sloc: ansic: 8,493; makefile: 94; sh: 28
file content (10 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
PATH=/bin:/usr/bin:/usr/bsd
echo '# To unbundle, sh this file'
for i
do
	echo "echo $i 1>&2"
	echo "uudecode <<'//GO.SYSIN DD $i'"
	uuencode $i $i
	echo "//GO.SYSIN DD $i"
done