mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-22 16:13:10 +01:00
7 lines
219 B
Bash
7 lines
219 B
Bash
|
#!/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" "$@"
|
||
|
'use strict'
|
||
|
require('../main.js');
|