aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-macos.sh
blob: e0a8ac77786f8b3eb51d37707cf0e248f15c75ff (plain)
1
2
3
4
5
6
7
8
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