7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
cd /dl/bdc
|
||
|
tar xzvf /zu/bdc/ftp/users/bdc/scsh.tar.gz
|
||
|
cd scsh-0.5.1
|
||
|
./configure
|
||
|
make
|