mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-04-22 06:58:21 +02:00
👷 optimizing select order of node installations
This commit is contained in:
parent
45315d4ccf
commit
b65da50d05
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user