7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This one is relatively simple. Relay the first argument to
|
|
# ncftp and then you're done.
|
|
|
|
st -e ncftp $1
|