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 00:25:12 +08:00

10 lines
255 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;
echo $key $user_ru $user_com $is_admin
username="s.gudaev@ssh.ispsystem.net"