#!/bin/sh # go get cwtch.im/ui/cmd/qmlfmt cd qml find -iname "*.qml" | xargs qmlfmt cd ..