This repository has been archived on 2024-12-17. You can view files and clone it, but cannot push or open issues or pull requests.
get-all-logs/mygo.sh
2023-04-13 01:18:25 +08:00

11 lines
268 B
Bash
Executable File

#!/bin/bash
key=$(cat /dev/urandom | tr -dc a-zA-Z0-9 | fold -w 32 | head -n 1);
address=$1
port=$2
user_ru="support@ispsystem.ru";
user_com="support@ispsystem.com";
is_admin=1;
user_acl="";
echo $key $user_ru $user_com $is_admin
username="s.gudaev@ssh.ispsystem.net"