8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
# kiosk_cleanup
|
|
|
|
rm -rf /home/kioskuser/.{config,cache}/chromium/
|
|
rm -rf /dev/shm/target.pdf
|
|
pkill xmessage
|
|
|