diff --git a/shut b/shut new file mode 100755 index 0000000..fb312ba --- /dev/null +++ b/shut @@ -0,0 +1,5 @@ +#!/bin/bash + +x=$(echo -e "OUI\nNON" | dmenu -i -p "éteindre PC ?") + +[ $x == "OUI" ] && echo "ration" && shutdown 0 || echo "pc go mimir annuler"