Skip to content

Instantly share code, notes, and snippets.

@martin-braun
Last active January 8, 2023 12:01
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 martin-braun/660d485a20b9eefa70db3abbf3189056 to your computer and use it in GitHub Desktop.
Save martin-braun/660d485a20b9eefa70db3abbf3189056 to your computer and use it in GitHub Desktop.
curl_wget_test.sh
#!/usr/bin/env bash
hello() {
echo Hello World!
}
echo It worked!
echo ''
echo Arguments: $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment