Skip to content

Instantly share code, notes, and snippets.

@Osse
Created March 31, 2013 09:30
Show Gist options
  • Save Osse/5280108 to your computer and use it in GitHub Desktop.
Save Osse/5280108 to your computer and use it in GitHub Desktop.
command=( '/sbin/iptables' '-A' 'allowed-connection' '-i' 'wlan0' '-m' 'limit' '-j' 'LOG' '--log-prefix' 'Bad packet from wlan0:' )
"${command[@]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment