5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
echo "starting leafcutter"
|
|
exec dumb-init npm run start
|