diff options
| author | makefu <root@pigstarter.de> | 2013-12-10 19:49:34 +0100 |
|---|---|---|
| committer | makefu <root@pigstarter.de> | 2013-12-10 19:49:34 +0100 |
| commit | e847dd73730eb638d75e2d0cbc36340be7bb517e (patch) | |
| tree | 26aa0e70c803ffb4d643e6f63ea05f8336668c57 /noise/modules/vvs | |
| parent | 9baf5c9a0a86cb94469eea069e984cc7253635b8 (diff) | |
| parent | 93649c0d464de3b62dfd7fbc717386e6905bbbd2 (diff) | |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'noise/modules/vvs')
| -rwxr-xr-x | noise/modules/vvs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/noise/modules/vvs b/noise/modules/vvs deleted file mode 100755 index fc23375f..00000000 --- a/noise/modules/vvs +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh - -wrapper() { - exec 2>&1 - echo date: `date +%H:%M` - "$@" -} - -case "$1" in - (--help) echo query VVS ;; - (*) - case $# in - (2) wrapper vvs.de "$@" ;; - (0) wrapper vvs ;; - (*) echo "[31mSyntax: /vvs [ORIGIN DESTINATION][m" ; return ;; - esac -esac |
