Files
old-naida/startall.sh
2019-11-07 01:10:25 +01:00

4 lines
62 B
Bash

#!/bin/sh
npm start &
cd permissions_control_panel
npm start &