4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
#!/bin/rc
|
||
|
netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
|
||
|
exec /bin/exportfs -a -A $netdir
|