mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-13 15:24:24 +00:00
refactor: moved scripts around
This commit is contained in:
6
scripts/osx.xcode.install.zsh
Executable file
6
scripts/osx.xcode.install.zsh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
if ! [[ -d "$(xcode-select -p)" ]];
|
||||
then
|
||||
xcode-select --install
|
||||
fi
|
||||
Reference in New Issue
Block a user