Skip to content

Commit

Permalink
👷 optimizing select order of node installations
Browse files Browse the repository at this point in the history
  • Loading branch information
rastapasta committed Oct 25, 2017
1 parent 45315d4 commit b65da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mapscii.sh
Original file line number Diff line number Diff line change
@@ -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');

0 comments on commit b65da50

Please sign in to comment.