diff options
author | club-mate <spam@hensen.it> | 2011-07-31 02:48:28 +0200 |
---|---|---|
committer | club-mate <spam@hensen.it> | 2011-07-31 02:48:28 +0200 |
commit | 722d99a0b5156142e282956eaaaba90aeb42861b (patch) | |
tree | 48541874862b1c1b74d9cf95c015e9c4d35d3c93 /util/bin/randline | |
parent | dd3ae1c4d45a84b8b6cd9f86c1efac6709ffc4d7 (diff) | |
parent | e49b82253961f2fd6ae78f1a04dd979e7703c92c (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'util/bin/randline')
-rwxr-xr-x | util/bin/randline | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/bin/randline b/util/bin/randline index 051734c5..df36b344 100755 --- a/util/bin/randline +++ b/util/bin/randline @@ -1,3 +1,2 @@ #! /bin/sh - cat | shuf | head -n 1 |