diff options
author | tv <tv@also> | 2011-07-31 02:38:00 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 02:38:00 +0200 |
commit | e49b82253961f2fd6ae78f1a04dd979e7703c92c (patch) | |
tree | 7902c683bfe08a5fb8748cc62dbab185a631c10c /util/bin | |
parent | 88ce3df521443d642a72ae505a34cdeafb379559 (diff) | |
parent | 68b86f573677fa53743fe75f964650d1f8bbeb58 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Conflicts:
util/bin/randline
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/randline | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/bin/randline b/util/bin/randline index 75618664..df36b344 100755 --- a/util/bin/randline +++ b/util/bin/randline @@ -1,5 +1,2 @@ #! /bin/sh -# Author: tv,makefu -# Info: for old version see commit b9924 - cat | shuf | head -n 1 |