Skip to content

Instantly share code, notes, and snippets.

#!/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