added random from n8n
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
random=`date | md5sum | awk '{print $1}' | cut -c 22-`
|
||||
echo $random
|
||||
#random=`date | md5sum | awk '{print $1}' | cut -c 22-`
|
||||
random=$2
|
||||
#echo $random
|
||||
|
||||
# Minecraft servers
|
||||
minecraft-std() {
|
||||
|
Reference in New Issue
Block a user