7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# This one is relatively simple. Relay the first argument to
|
||
|
# ncftp and then you're done.
|
||
|
|
||
|
ncftp $1
|