initial commit of bin scripts into git
This commit is contained in:
6
force_logout
Executable file
6
force_logout
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
zenity --question --text="Logout?"
|
||||
if [ $? = 0 ]; then
|
||||
pkill enlightenment
|
||||
fi
|
||||
Reference in New Issue
Block a user