windvn/path/wdvn-get

3 lines
79 B
Bash
Executable File

#!/bin/bash
set -e
debootstrap --arch="$WDVN_ARCH" "$WDVN_VER" "$1" "$WDVN_URL"