shell dot on steroids https://pagure.io/shellfu

simplest.sh 196B

12345678910111213141516
  1. #
  2. # Simplest module possible
  3. #
  4. #
  5. # A test variable with a short docstring
  6. #
  7. SIMPLEST_FOO=${SIMPLEST_FOO:-bar}
  8. simplest__baz() {
  9. #
  10. # A test function with a short docstring
  11. #
  12. :
  13. }