aboutsummaryrefslogtreecommitdiff
path: root/vis-single.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11single: allow to build self-extracting executableChristian Hesse1-0/+14
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>