diff --git a/bin/mapscii.sh b/bin/mapscii.sh index d571239..c2c5149 100755 --- a/bin/mapscii.sh +++ b/bin/mapscii.sh @@ -1,6 +1,6 @@ #!/bin/sh ':' //; # Based on https://github.com/MrRio/vtop/blob/master/bin/vtop.js ':' //; export TERM=xterm-256color -':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@" +':' //; exec "$(command -v node || command -v nodejs)" "$0" "$@" 'use strict' require('../main.js');