mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
10 lines
154 B
Bash
10 lines
154 B
Bash
#!/bin/sh
|
|
|
|
p=`cleanname $PLAN9`
|
|
cd $PLAN9
|
|
echo "
|
|
X ,s;/usr/local/plan9;$p;g
|
|
X/'/w
|
|
q
|
|
" | sam -d `cat lib/moveplan9.files` man/man*/*.* >/dev/null 2>&1
|
|
|