diff options
author | tv <tv@also> | 2011-08-10 21:36:36 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-10 21:36:36 +0200 |
commit | fb9299a3beca88bf7c107a4ce8a30995554323e9 (patch) | |
tree | 27fdb6ffe4013e718781bcb168d3494eb19c3d60 /filebitch | |
parent | ab316581dca0562d204b48dedf9d350723057756 (diff) |
filebitch/connect_narf: 2337 is the good sound
Diffstat (limited to 'filebitch')
-rwxr-xr-x | filebitch/connect_narf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filebitch/connect_narf.pl b/filebitch/connect_narf.pl index 20fc3e50..b1fec004 100755 --- a/filebitch/connect_narf.pl +++ b/filebitch/connect_narf.pl @@ -12,4 +12,4 @@ #$ip =~ s/\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b//g; #getting some guys sitting next to the Server pissed :) my $ip = "USER"; -system("beep -l 100 -f 1000 -n -r 3 -d 10 -l 50 -f 3000"); +system("beep -l 42 -f 2000 -D 42 -n -l 42 -f 2337"); |