Files
arthur-os/bin/omarchy-sudo-reset
T
2026-04-28 12:03:46 -04:00

6 lines
124 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Reset the sudo lockout/faillock for the current user.
su -c "faillock --reset --user $USER"