mirror of
https://github.com/rastapasta/mapscii
synced 2025-02-21 21:54:02 +01:00
6 lines
219 B
Bash
Executable file
6 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 node || command -v nodejs)" "$0" "$@"
|
|
'use strict'
|
|
require('../main.js');
|