mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 02:31:47 +08:00
6 lines
38 B
Bash
Executable File
6 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf /tmp/luci-*
|
|
|
|
exit 0
|