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

7 lines
98 B
Bash
Executable File

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