Skip to content

Instantly share code, notes, and snippets.

@ccjon
Created April 2, 2017 02:59
Show Gist options
  • Save ccjon/eaca143a5259a1d5f10e0242515fc72c to your computer and use it in GitHub Desktop.
Save ccjon/eaca143a5259a1d5f10e0242515fc72c to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "all params echo'd except -e if it is the first"
echo "$@"
@ccjon
Copy link
Author

ccjon commented Apr 2, 2017

cuz "echo -e"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment