Skip to content

Commit

Permalink
Include execute perms on test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2024
1 parent a8b3a3b commit 9f4d06d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blaze-core/src/test/resources/bin/echo-sleep-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
for i in `seq 1 5000`; do
echo "Iteration $i (will now sleep for 1 sec)"
sleep 1
done

0 comments on commit 9f4d06d

Please sign in to comment.