Skip to content

Commit

Permalink
Merge pull request #32 from jonx8/project_config
Browse files Browse the repository at this point in the history
Add run and install scripts
  • Loading branch information
jonx8 authored Sep 30, 2023
2 parents 2d50050 + 605498b commit d15b3ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

ln -s $PWD/petci.sh -t /usr/bin/
mv /usr/bin/petci.sh /usr/bin/petCI
3 changes: 3 additions & 0 deletions petci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
# shellcheck disable=SC2046
exec java -jar $(dirname "$(realpath "$0")")/target/petci-1.1.0.jar "$@"

0 comments on commit d15b3ef

Please sign in to comment.