tunasync-scripts/helpers/apt-download-binary
2020-04-05 13:17:58 +08:00

7 lines
103 B
Bash
Executable File

#!/bin/bash
set -e
_here=`dirname $(realpath $0)`
. ${_here}/apt-download
exec apt-download-binary $@