https://github.com/ceramic/trivial-exe.git
git clone 'https://github.com/ceramic/trivial-exe.git'
(ql:quickload :trivial-exe)
Tools for working with executables
CL-USER> (ql:quickload :trivial-exe)
CL-USER> (trivial-exe:executable-pathname)
#P"/usr/local/bin/sbcl"
CL-USER> (trivial-exe:ensure-executable #p"/path/to/binary")
T
Copyright (c) 2015 Fernando Borretti
Licensed under the MIT License.