From a80b6938f438c6be9fc3ba13de70dca2e150f9e7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Apr 2023 18:50:16 -0400 Subject: rm junk --- other/junk/wp-config.sh | 111 ------------------------------------------------ 1 file changed, 111 deletions(-) delete mode 100755 other/junk/wp-config.sh (limited to 'other') diff --git a/other/junk/wp-config.sh b/other/junk/wp-config.sh deleted file mode 100755 index 9e8a5d1..0000000 --- a/other/junk/wp-config.sh +++ /dev/null @@ -1,111 +0,0 @@ -#!/bin/sh - -[ "$1" -a "$2" -a "$3" ] || exit - -Random1=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random2=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random3=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random4=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random5=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random6=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random7=$(tr -cd 0-9a-f < /dev/urandom | head -c32) -Random8=$(tr -cd 0-9a-f < /dev/urandom | head -c32) - -cat <