8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. functions.sh
|
|
|
|
set_and_make_out_dir
|
|
echo "${out_dir}"
|
|
#echo "${script_name}"
|