mirror of
https://github.com/axiomatic-systems/Bento4.git
synced 2026-01-19 00:05:12 +08:00
4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#! /bin/bash
|
|
BASEDIR=$(dirname $0)
|
|
exec python "$BASEDIR/../utils/mp4-dash.py" "$@"
|