Skip to content

Commit

Permalink
Merge pull request #1 from The-Lum/dev
Browse files Browse the repository at this point in the history
feat: add shell script to run pdiff easily
  • Loading branch information
arnaudroques authored Jun 1, 2024
2 parents 60d2220 + 3653716 commit 0f189f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
7 changes: 7 additions & 0 deletions pdiff-insert
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

if [ $# -eq 0 ]; then
java -jar build/libs/pdiff-all.jar insert
else
java -jar build/libs/pdiff-all.jar insert -u "$@"
fi
3 changes: 3 additions & 0 deletions pdiff-insert-with-ghuser
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

java -jar build/libs/pdiff-all.jar insert -u "$GITHUB_USER"

0 comments on commit 0f189f9

Please sign in to comment.