LoRaWAN-Signal-Mapping/server.sh

4 lines
70 B
Bash
Raw Normal View History

#!/usr/bin/env bash
node --experimental-modules server/index.mjs $@;