mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ev
|
|
|
|
rojo build plugin/place.project.json -o PluginPlace.rbxlx
|
|
run-in-roblox -s plugin/testBootstrap.server.lua PluginPlace.rbxlx |