mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
5 lines
55 B
Bash
5 lines
55 B
Bash
#!/bin/bash
|
|
|
|
pushd __FINALPATH__/src/
|
|
npm start
|
|
popd
|