Flesh out tool/zsh/mkofs

It now prevents double-mounting.

Also adds vim filetype modelines.
This commit is contained in:
Jōshin 2024-01-08 05:18:18 +00:00
parent 16099801cc
commit cafea9a0a5
No known key found for this signature in database
3 changed files with 26 additions and 1 deletions

View file

@ -42,3 +42,4 @@ local make=${MAKE:-${COSMOCC:-/opt/cosmocc/current}/bin/make}
[[ -x $make ]] || make=${COSMO:-$PWD}/build/bootstrap/make.com
( set -x
exec $make $j $flags MODE=$mode $targs )
# vim:ft=zsh