10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
grunt watch &
|
|
|
|
pushd './build/' &>/dev/null
|
|
clear
|
|
nodemon ./server.coffee $*
|
|
echo ''
|
|
popd &>/dev/null
|