3 lines
113 B
Bash
3 lines
113 B
Bash
|
#!/bin/bash
|
||
|
./gradlew clean build jibBuildTar && scp app/build/github-release-bot.tar "$1":~/github-release-bot/
|