mapscii/bin/mapscii.sh
Michael Straßburger 4ba7c08755 ➡️ global linking of 'mapscii'
2016-11-03 23:13:44 +01:00

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');