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