mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
_here=`dirname $(realpath $0)`
|
|
. ${_here}/apt-download
|
|
|
|
apt-download-binary $@ |