mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-10 08:54:11 -08:00
6 lines
205 B
Bash
6 lines
205 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl --ftp-create-dirs -T tools/cli/target/teavm-cli-dev-$NEW_VERSION.jar \
|
||
|
-u $TEAVM_FTP_LOGIN:$TEAVM_FTP_PASSWORD \
|
||
|
ftp://$TEAVM_FTP_HOST/httpdocs/cli/dev/teavm-cli-dev-$NEW_VERSION.jar
|