Skip to content

Instantly share code, notes, and snippets.

@jessebutryn
Last active October 26, 2019 19:29
Show Gist options
  • Select an option

  • Save jessebutryn/5c8b2a95b4b016e2fa33edee294c732b to your computer and use it in GitHub Desktop.

Select an option

Save jessebutryn/5c8b2a95b4b016e2fa33edee294c732b to your computer and use it in GitHub Desktop.
testing gist api
#!/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