5 lines
56 B
Text
5 lines
56 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd ~root || exit
|
||
|
echo 'set dir=/tmp' >>.exrc
|