Sign in
plan9port
/
plan9
/
cc3c704cf3ab96a8f1e77bb77d85a7758e92d868
/
.
/
bin
/
bundle
blob: 1395754abf4d54b1f20114a15d4baa34c5756f6b [
file
]
#!/bin/sh
echo
'# To unbundle, run this file'
for
i
do
echo
"echo $i"
echo
"sed 's/.//' >$i <<'//GO.SYSIN DD $i'"
sed
"s/^/-/"
$i
echo
"//GO.SYSIN DD $i"
done