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