From: lace <> Date: Tue, 21 Oct 2008 20:01:49 +0000 (+0000) Subject: Oops, it is a duplicate of shuf(1). X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=e116249f78cc7fa19873e499324f1cc103b80a86;ds=sidebyside Oops, it is a duplicate of shuf(1). --- diff --git a/bin/shuffle b/bin/shuffle deleted file mode 100755 index 0ff2cad..0000000 --- a/bin/shuffle +++ /dev/null @@ -1,7 +0,0 @@ -#! /usr/bin/perl -# $Id$ - -use strict; -use warnings; - -print splice(@ARGV,int(rand(@ARGV)),1)."\n" while @ARGV;