5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
cd $HOME/projects/com.stephenschafer.budget
|
|
if mvn clean package; then
|
|
./deploy
|
|
fi
|