File mttroot/mtt/bin/mtt_backups artifact 91abddd29d part of check-in 5b1df24ff4


#!/bin/sh
# Does a backup with date of all mtt components
# $Log$

if [ -z "$1" ]; then
   echo "Usage: mtt_backups [-v|-d]"
   exit    
fi
mtt_backup $1
mtt_backup $1 lib
mtt_backup $1 doc



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]