Skip to content

Commit 22e48d6

Browse files
author
kaleidox
committed
scripts
1 parent 006f17b commit 22e48d6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

launch.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
./pull.sh
4+
5+
./gradlew bootRun

pull.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/bash
2+
3+
git pull origin main
4+
(cd japi && git pull origin main)

0 commit comments

Comments
 (0)