diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-macos.sh')
-rwxr-xr-x | etc/bootstrap/bbot-bootstrap-macos.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh new file mode 100755 index 0000000..e0a8ac7 --- /dev/null +++ b/etc/bootstrap/bbot-bootstrap-macos.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# open -a Terminal -n -F ~/bbot-bootstrap-macos.sh + +if ~/bbot-bootstrap.sh --cxx clang++ --build /tmp \ + --environment "$HOME/environment"; then + sleep 2 + sudo shutdown -h now +fi |