radare2/sys/tarball.sh

5 lines
84 B
Bash
Executable File

#!/bin/sh
make -C dist/tarball
cp -f dist/tarball/*.zip .
cp -f dist/tarball/*.xz .