Skip to content

Commit

Permalink
watch sprites script
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed May 13, 2023
1 parent 4ae3f77 commit c69bb62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/watch-sprites.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
while true; do
ls _sprites/* | entr -pd ./scripts/combine-sprites.sh;
sleep 2
done

0 comments on commit c69bb62

Please sign in to comment.