Last active
January 8, 2023 12:01
-
-
Save martin-braun/660d485a20b9eefa70db3abbf3189056 to your computer and use it in GitHub Desktop.
curl_wget_test.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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