Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
if [ -z $1 ] || [ -z $2 ] || [ -z $3 ] ; then
echo 'Usage: ./btsync_create_deb.sh <btsync_version> <debian_arch> <deb_packet_version>'
exit 1
fi
BT_VERSION=$1
DEB_ARCH=$2
DEB_PACKET_VERSION=$3