mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname "$(readlink -f $0)")/.."
|
|
. main.sh
|
|
FB_RUNNING_AS_SCRIPT=1
|
|
scr_name="$(bash_basename $0)"
|
|
cmd="${scr_name//.sh/}"
|
|
$cmd $@
|