File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060
6161if [ x" $1 " = x-l ]
6262then
63- echo " NodeJS interpreter [https://nodejs.org]"
63+ echo " TypeScript interpreter [https://nodejs.org]"
6464 exit 0
6565fi
6666
8787
8888" ${NODEPATH} " --version 2> /dev/null > /dev/null || exit 1
8989
90- [ x" $1 " = x-f ] && echo -n " NodeJS "
90+ [ x" $1 " = x-f ] && echo -n " TypeScript "
9191
9292" ${NODEPATH} " --version 2>&1 | sed ' s/v//g'
Original file line number Diff line number Diff line change 11#! /bin/sh
22# Copyright (c) 2023 Alexander Chernov <[email protected] >33
4- # This is a `compilation' script for the JavaScript (NodeJS ) language.
4+ # This is a `compilation' script for the TypeScript (TSNode ) language.
55# The idea is to append "#!${NODEPATH}" string
66# to the beginning of the file.
77# Usage: tsnode <input> <output>
You can’t perform that action at this time.
0 commit comments