1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-06-20 01:19:12 +01:00
AnotterKiosk/kiosk_skeleton/usr/bin/cache-clear-timer

6 lines
88 B
Plaintext
Raw Permalink Normal View History

2023-06-29 22:14:05 +02:00
#!/bin/bash
while true
do
sleep $1
rm -r /home/pi/.cache/chromium/Default || true
done