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 | 848158bf0470ae031d877544f5e00d208723f68a (patch) | |
tree | a17b1b17e18cb0adedeef02ee0091482e3c0fa1d | |
parent | c814c40b099e078ca9d126a5b86ce39b0d20da3c (diff) | |
parent | 3a7d1fde735a67f7b35feee62d60ebc634403c16 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Conflicts:
util/bin/randline
-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 |