mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 01:41:51 +08:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f /tmp/luci-indexcache /tmp/luci-indexcache.*
|
|
exit 0
|