7 lines
104 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
# Rebuild and switch the environment if successful
git add .
./fmt
nh os test . "$@"