4 lines
113 B
Bash
Executable file
4 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./gradlew deploy
|
|
[ $? -eq 0 ] && scp deploy/*.jar nix3.thauvin.us:/opt/lib/jtalk-ee/pinboard-poster
|