trivial-exe

https://github.com/ceramic/trivial-exe.git

git clone 'https://github.com/ceramic/trivial-exe.git'

(ql:quickload :trivial-exe)
1

trivial-exe

Build Status Coverage Status

Tools for working with executables

Usage

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

License

Copyright (c) 2015 Fernando Borretti

Licensed under the MIT License.