6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
cd ~/app
|
|
exec bun start /drone/src
|