Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- if [ -f /usr/bin/pacman ]; then
- python2 ~/.config/openbox/scripts/ob-exit.py
- else
- ~/.config/openbox/scripts/ob-exit.py
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement