mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-23 08:33:18 +01:00
👷 optimizing select order of node installations
This commit is contained in:
parent
45315d4ccf
commit
b65da50d05
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user