Files
blomarchy/bin/blob-toggle-enabled
T

7 lines
147 B
Bash
Executable File

#!/bin/bash
# blob:summary=Check if a toggle is enabled (flag file exists)
# blob:args=<flag-name>
[[ -f "$HOME/.local/state/blob/toggles/$1" ]]