Skip to content

Instantly share code, notes, and snippets.

@jeanlaurent
Created June 16, 2010 13:56
Show Gist options
  • Save jeanlaurent/440722 to your computer and use it in GitHub Desktop.
Save jeanlaurent/440722 to your computer and use it in GitHub Desktop.
#!/bin/bash
for num in $(seq 1 1 10) ; do echo foobar ; done ;
echo "baz, qix, what else ?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment