6 lines
112 B
Bash
6 lines
112 B
Bash
#!/bin/sh
|
|
tar zxvf ncftp-1.9.2.tgz
|
|
cd ncftp-1.9.2
|
|
rm Makefile
|
|
cvs import src/usr.bin/ncftp mgleason ncftp_1_9_2
|