Skip to content

Instantly share code, notes, and snippets.

@jessebutryn
Created October 26, 2019 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessebutryn/0cac0725fcec65bb887131dcb9cac142 to your computer and use it in GitHub Desktop.
Save jessebutryn/0cac0725fcec65bb887131dcb9cac142 to your computer and use it in GitHub Desktop.
This is only a test
#!/bin/sh
# comment
func () {
for ((i=1;i<10;i++)); do
:
done
}
printf '%s\n' Foo bar baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment