Skip to content

Commit

Permalink
Add run and install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonx8 committed Sep 30, 2023
1 parent 2d50050 commit 605498b
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 605498b

Please sign in to comment.