emacs-survey/bin/server

2 lines
105 B
Plaintext
Raw Normal View History

2021-12-17 18:09:25 +00:00
#!/bin/sh
2022-10-02 08:17:02 +00:00
julia --color=yes --depwarn=no --project=@. -q -i -- $(dirname $0)/../bootstrap.jl -s=true "$@"