Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created July 6, 2013 14:06
Show Gist options
  • Save tadzik/5939987 to your computer and use it in GitHub Desktop.
Save tadzik/5939987 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin]─[~]
└─[%]─> cat test.sh
#!/bin/sh
echo "Argumenty wywołania: $*"
┌─[tadzik@yavin]─[~]
└─[%]─> bash test.sh -e 'say "Hello"'
Argumenty wywołania: -e say "Hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment