mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53:08 +01:00
7 lines
219 B
Bash
Executable File
7 lines
219 B
Bash
Executable File
#!/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');
|