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