Skip to content

Commit

Permalink
fix path in test-spinner example
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 10, 2017
1 parent dfb250e commit 0b33141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-spinner.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

printf "Doot doot "
/usr/bin/perl spinner &
../bin/spinner &
PID=$!
sleep 5
kill $PID
Expand Down

0 comments on commit 0b33141

Please sign in to comment.