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 | 4021bc63b22d17ff54e14caded926add4495416a (patch) | |
tree | d24e11160400787894b98e48ac528781fb3d3290 /util/bin/randline | |
parent | 6c50bb65ab2864fa2f56b1f9bee4d3eff744c433 (diff) | |
parent | 92185ce1d094305976883bb40c0ddf463f74191b (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 |