diff --git a/bin/dev-plugin.sh b/bin/dev-plugin.sh new file mode 100644 index 00000000..6674a00f --- /dev/null +++ b/bin/dev-plugin.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +watchexec -c -w plugin "rojo build plugin -o $LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm" \ No newline at end of file