mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 20:34:19 +08:00
6 lines
47 B
Bash
6 lines
47 B
Bash
#!/bin/sh
|
|
|
|
rm -f /tmp/luci-indexcache*
|
|
|
|
exit 0
|