6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/zsh
|
||
|
|
||
|
if [[ ! -d $HOME/bin ]]; then
|
||
|
mkdir $HOME/bin
|
||
|
fi
|