Download the file
curl https://gist.githubusercontent.com/JLarky/5fb7cc00112bdb6c79759298a1becb6b/raw/f84118472bbb6ced9a97e30a49ceddc8bd32357c/str2num.js -o ./str2num.js
Make it executable
chmod +x ./str2num.js
./str2num.js hello
or
bash str2num.js hello