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 | d3ffda161c826877545be40fe68f010c5e5cc0ba (patch) | |
tree | 14bdab51cf13c847c0ee2cdfd3fb82b10c2e8da6 /util/bin/randline | |
parent | 57efaae391ddb8d5e5528b23401edbe09fcc0566 (diff) | |
parent | 2dbf79c24b497da812db1e9b384f679df96712d3 (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 |