5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf output_dev/
|
||
|
sculpin generate --server --watch
|