single: allow to build self-extracting executable
commit3a6788c0d0b50e0cae902cfdc737d1b2624202ba
authorChristian Hesse <mail@eworm.de>
Wed, 11 Jan 2017 09:50:02 +0000 (11 10:50 +0100)
committerChristian Hesse <mail@eworm.de>
Wed, 11 Jan 2017 21:40:38 +0000 (11 22:40 +0100)
treed59d106c171a7b9746906283b007844313b7a52e
parent0a1b23e2a2467eb11673f507c044088f66386a55
single: allow to build self-extracting executable

This allows to create a self extracting executable. The standalone
binary and lua files are extracted to /tmp/.vis-XXXXXX, vis is started
with the given command line arguments, finally temporary files are
removed.

Signed-off-by: Christian Hesse <mail@eworm.de>
.gitignore
GNUmakefile
vis-single.sh [new file with mode: 0755]