LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

use shebang and shell syntax compatible with Ubuntu 22.04 #256

Open mmakowski opened 2 years ago

mmakowski commented 2 years ago

Make it possible to run reslang on Ubuntu 22.04 (my work laptop OS).

Without these, ./install-reslang produces:

./install-reslang: 12: Syntax error: Bad fd number

And reslang produces:

/usr/bin/env: ‘npx ts-node’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
ops-github-DU4JOAWE commented 2 years ago

This change is Reviewable