Added paru-helper
This commit is contained in:
11
paru-helper
Executable file
11
paru-helper
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
paru
|
||||
read -p "Do you want to recompile xmonad? (y/n) " yn
|
||||
|
||||
case $yn in
|
||||
y ) xmonad --recompile;;
|
||||
n ) exit;;
|
||||
* ) exit 1;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user