by adrianwowk
Describe test: what it does, who it is for, and how to use it.
#!/bin/sh set -e # Symlink your install targets back into the module dir so edits # propagate and reinstalls do not clobber, e.g.: # ln -sfn "$PWD/bin/run" "$HOME/.local/bin/run" echo "installed"