Advertisement
learnlinuxtv

Untitled

Oct 16th, 2019
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. if [ -f /usr/bin/pacman ]; then
  4.     python2 ~/.config/openbox/scripts/ob-exit.py
  5. else
  6.     ~/.config/openbox/scripts/ob-exit.py
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement