This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by iptables-save v1.4.21 on Sun Jan 19 01:01:10 2014 | |
*filter | |
:INPUT ACCEPT [140:10452] | |
:FORWARD ACCEPT [0:0] | |
:OUTPUT ACCEPT [206:14477] | |
:morning - [0:0] | |
:afternoon - [0:0] | |
:evening - [0:0] | |
:night - [0:0] | |
-A INPUT -m time --timestart 08:00 --timestop 12:00 -j morning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
hartes_welches=/usr/bin/which | |
nein() { | |
echo "Walter F. Tichy lacht über dein Versagen" | |
} | |
# $ tichyfizieren man Mann >> tichy.sh | |
# $ . tichy.sh |