aboutsummaryrefslogtreecommitdiff
path: root/vis-single.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-03-31Use a minimal POSIX shar implementation for self extracting executableMarc André Tanner1-14/+0
This only requires POSIX shell utilies for extraction. The resulting archive is bigger (it is not gzip compressed) and startup will be slower due to many spawned processes.
2017-01-16single: include tools vis-{clipboard,complete,menu,open}Christian Hesse1-1/+1
These are called from vis only. So include them in the archive and set PATH to make vis find them.
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>