Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
jasl committed Jul 2, 2024
1 parent 270a4b4 commit 85b06bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions indexer/run_and_keep_alive.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env sh

while true
do
bun dephy-indexer "$@"

# show result
exitcode=$?
echo "exit code of command is $exitcode"

sleep 10
done

0 comments on commit 85b06bf

Please sign in to comment.