Skip to content

Instantly share code, notes, and snippets.

diff --git a/supervisor/tests/fixtures/hello.sh b/supervisor/tests/fixtures/hello.sh
new file mode 100644
index 0000000..4f3aafd
--- /dev/null
+++ b/supervisor/tests/fixtures/hello.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+n=0
+while :; do
+ let n=n+1
#!/usr/bin/env python
"""Example of choices with begins.
Python code:
main()
main('bar')
main(arg='baz')
Command line equivalent:
test.py