mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status.
|
||||
set -e
|
||||
# restart openbox for immediate effect
|
||||
openbox --restart
|
||||
# Exit cleanly
|
||||
exit 0
|
||||
Reference in New Issue
Block a user