➡️ global linking of 'mapscii'

This commit is contained in:
Michael Straßburger
2016-11-03 23:13:44 +01:00
parent 24434052cb
commit 4ba7c08755
3 changed files with 19 additions and 11 deletions

6
bin/mapscii.sh Executable file
View File

@ -0,0 +1,6 @@
#!/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');