nix-config/modules/wm/hyprland/config/eww/scripts/confirm.sh
2025-04-14 00:46:57 +02:00

7 lines
111 B
Bash
Executable file

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