Files
vinci/start.sh

9 lines
82 B
Bash

#!/bin/bash
set -m
node webserver.js &
ts-node --transpile-only index.ts
fg %1