modular-minecraft-proxy/script/copy.sh
2024-09-12 23:51:00 -03:00

11 lines
212 B
Bash
Executable file

#!/usr/bin/env bash
# hopefully excluding all ts files
# instead of including all node_modules
# doesn't come to bite me in the ass
# later
rsync \
--verbose \
-a --del src/ dist \
--exclude "*.ts" \
$@