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 | 1ec8700809a18a9e8f283da20732ff239527d973 (patch) | |
tree | ca22d13f90d849f5a23f4b4bd8c348dc20bc29e7 /util/bin/randline | |
parent | 87743e6a8d462901f62371d4eac1c5f6f46860f0 (diff) | |
parent | 848158bf0470ae031d877544f5e00d208723f68a (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 |