Skip to content

Instantly share code, notes, and snippets.

@johngrinalds
johngrinalds / setup.sh
Last active June 23, 2024 21:47
setup.sh
#!/bin/bash
# setup.sh
# focusmanager
#
# Created by John Grinalds on 6/22/24.
#
# Check if a user argument is provided
if [ -z "$1" ]; then