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 | 6c183797b88dd4f9120662e8017628355cf878b8 (patch) | |
tree | deb3423f9708abb371e8c4e3707d8c78b463d79d /util/bin | |
parent | c2e06658211677b4e22b10910e3e954835869c8b (diff) | |
parent | 5982f10c45d2deace34a4bc236475bea61638480 (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 |