👷 optimizing select order of node installations

pull/31/head
Michael Straßburger 2017-10-25 20:03:04 +02:00
rodzic 45315d4ccf
commit b65da50d05
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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