Skip to content

Instantly share code, notes, and snippets.

@ychaouche
Created September 25, 2024 09:27
Show Gist options
  • Save ychaouche/ebb16bde47be82d80c2adceb01ba0bff to your computer and use it in GitHub Desktop.
Save ychaouche/ebb16bde47be82d80c2adceb01ba0bff to your computer and use it in GitHub Desktop.
function printfln {
format_string="$1"
shift
printf "$format_string\n" "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment