File: bbundle

package info (click to toggle)
tcs 1-11.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 952 kB
  • sloc: ansic: 10,097; makefile: 170; sh: 38
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