Files

9 lines
143 B
Bash
Raw Permalink Normal View History

2025-12-14 09:01:20 -08:00
#!/usr/bin/env zsh
local state
state="$(safeeyes --status)"
if [[ "${state}" = Next* ]]; then
safeeyes --disable
safeeyes --enable
fi