work-time-calculator/bin/wtc
Marko Korhonen 6bbfd25745
Fix running on older nodejs versions
The shebang does not work without extension
2023-11-23 20:24:35 +02:00

4 lines
82 B
Bash
Executable file

#!/bin/sh
DIR="$(dirname "$(readlink -f "$0")")"
node "$DIR/../dist/wtc.js" "$@"