Skip to content

Instantly share code, notes, and snippets.

@abhibeckert
Forked from mattlangtree/build-latest-dux.sh
Last active December 10, 2015 22:08
Show Gist options
  • Save abhibeckert/4499725 to your computer and use it in GitHub Desktop.
Save abhibeckert/4499725 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp
rm -rf /tmp/Dux
git clone https://github.com/abhibeckert/Dux.git
cd Dux
xcodebuild -target Dux -configuration Release
rm -r /Applications/Dux.app
mv build/Release/Dux.app /Applications/Dux.app
open /Applications/Dux.app
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment