1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ztncui_ynh/conf/start.sh
2019-12-15 16:09:28 +01:00

5 lines
55 B
Bash

#!/bin/bash
pushd __FINALPATH__/src/
npm start
popd