diff options
author | makefu <github@syntax-fehler.de> | 2011-07-31 04:17:35 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-07-31 04:17:35 +0200 |
commit | 1d37bfa3cd18113fbcaf7f04b790f4b7ccea1199 (patch) | |
tree | 7426d4bf4505bd6199d4680e1507f63a7fbde24d /util/bin/randline | |
parent | e46fade66e390ed25d0f7060605defa96b8eef80 (diff) | |
parent | 554c90e8456f44ac82ac3d64f3c31f0ac93cac8d (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 |