Files
rojo/server/test-scratch-project

12 lines
160 B
Bash

#!/bin/sh
set -e
if [ -d "scratch" ]
then
rm -rf scratch
fi
mkdir -p scratch
cp -r ../test-projects/test-model scratch
cargo run -- serve scratch/test-model