Files
box-setup/pre_run_01
2025-01-20 19:00:25 -06:00

6 lines
65 B
Bash
Executable File

#!/bin/zsh
if [[ ! -d $HOME/bin ]]; then
mkdir $HOME/bin
fi