altos: Change MAX6691 driver to run its own thread
[fw/altos] / altosui / install-macosx
1 #!/bin/sh
2 dir=`dirname "$0"`
3 cd "$dir"
4 mkdir -p ~/Applications/AltOS
5 find ~/Applications/AltOS -type d -print0 | xargs -0 chmod +w
6 cp -f -a * ~/Applications/AltOS
7 cd ~/Applications/AltOS
8 chmod +w *
9 xattr -c *