#!/bin/sh
test -d "$HOME/.powdertoy" ||
{ rm -f "$HOME/.powdertoy"; mkdir -p "$HOME/.powdertoy/Brushes"; }
cd "$HOME/.powdertoy" && $0.bin
