eww power menu

This commit is contained in:
KoenDR06 2025-04-14 00:46:57 +02:00
parent 5660ca8d1a
commit c439ae2cd0
30 changed files with 208 additions and 229 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
read -t 10 -p "Are you sure? Doing it anyway in 10 seconds" input
if [ $(($?)) = 0 ]; then
$1
fi