modular-minecraft-proxy/script/copy.sh
Dinhero21 3bcd660e84 oops
fix copy script
2024-09-17 20:01:54 -03:00

11 lines
206 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 src/ dist \
--exclude "*.ts" \
$@