forked from rojo-rbx/rojo
Add script to build plugin as changes occur
This commit is contained in:
5
bin/dev-plugin.sh
Normal file
5
bin/dev-plugin.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
watchexec -c -w plugin "rojo build plugin -o $LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm"
|
||||
Reference in New Issue
Block a user