Skip to content

Instantly share code, notes, and snippets.

Created March 31, 2013 09:24
Show Gist options
  • Save anonymous/5280097 to your computer and use it in GitHub Desktop.
Save anonymous/5280097 to your computer and use it in GitHub Desktop.
localhost ~ # command=("/sbin/iptables" "-A allowed-connection" "-i wlan0" "-m limit" "-j LOG --log-prefix" "Bad packet from wlan0:")
localhost ~ # $(echo "${command[@]}")
Bad argument `packet'
Try `iptables -h' or 'iptables --help' for more information.
localhost ~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment