### Get this script

Download the file

```bash
curl https://gist.githubusercontent.com/JLarky/5fb7cc00112bdb6c79759298a1becb6b/raw/f84118472bbb6ced9a97e30a49ceddc8bd32357c/str2num.js -o ./str2num.js
```

Make it executable

```bash
chmod +x ./str2num.js
```

### Run this script

    ./str2num.js hello

or

    bash str2num.js hello