You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# together with miarkafy.sh, resets links within $VERSIONDIR of a module to remove milou
shopt -s nullglob
SCRIPT=${0##*/}
Module=${PWD##*/}
[[ $# == 1 ]] || { echo "Usage: ${SCRIPT} VERSION Move milou/ to rackham/ and resettle links, including miarka. Follow with miarkafy.sh VERSION. Must be located within \$TOOLDIR of a module" ; exit 1; }