👷 optimizing select order of node installations

This commit is contained in:
Michael Straßburger 2017-10-25 20:03:04 +02:00
parent 45315d4ccf
commit b65da50d05

View File

@ -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');