work-time-calculator/bin/wtc

4 lines
83 B
Bash
Executable file

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