From 8896ac675b5bf513074d7552da7d9f4cf8d16217 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 10:08:14 +0200 Subject: now use autoloading for functions --- etc/functions/plonkhost | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/functions/plonkhost') diff --git a/etc/functions/plonkhost b/etc/functions/plonkhost index 3b6cc95..072147a 100644 --- a/etc/functions/plonkhost +++ b/etc/functions/plonkhost @@ -1,3 +1 @@ -plonkhost () { - sudo iptables -I INPUT -s "$1" -j DROP -} +sudo iptables -I INPUT -s "$1" -j DROP -- cgit v1.2.3