diff options
Diffstat (limited to 'modules/retiolum/bin/fillxx')
-rwxr-xr-x | modules/retiolum/bin/fillxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/retiolum/bin/fillxx b/modules/retiolum/bin/fillxx deleted file mode 100755 index 5e558362..00000000 --- a/modules/retiolum/bin/fillxx +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh -while echo $1 | grep -q xx; do - xx=`od -An -tx1 -N 1 /dev/urandom | tr -d \ ` - set -- `echo $1 | sed s/xx/$xx/` -done -echo $1 |