tabunny/build-package.sh
2024-11-24 15:35:17 +01:00

9 lines
60 B
Bash
Executable file

#!/bin/sh
set -ex;
pushd src/
zip ../tabunny.zip *
popd