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 | 102bc2fac260f4bdc5c5710a3d9f8f971cad4a45 (patch) | |
tree | c263ffeedf932466fcd240d3853f58cf796de604 /util/bin/randline | |
parent | aea6becfa4f8b8d17bf580c881de1e80f35edcbc (diff) | |
parent | 5d864765609f9959ad6a48226a80523dcd52a8a7 (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 |