4 lines
88 B
Bash
4 lines
88 B
Bash
|
#!/bin/bash
|
||
|
cd "__src_folder__" || exit 1
|
||
|
"__src_folder__/nc_password_client.sh" "${@}"
|