Files
box-setup/pre_run_01
2025-04-04 16:55:39 -05:00

6 lines
65 B
Bash
Executable File

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