plan9port/bin/bundle

10 lines
163 B
Text
Raw Permalink Normal View History

2003-12-04 17:32:22 +00:00
#!/bin/sh
echo '# To unbundle, run this file'
for i
do
2004-02-09 19:33:05 +00:00
echo "echo $i"
echo "sed 's/.//' >$i <<'//GO.SYSIN DD $i'"
sed "s/^/-/" $i
echo "//GO.SYSIN DD $i"
2003-12-04 17:32:22 +00:00
done