Added sync command

master
Ken 2021-08-04 17:27:05 -04:00
parent 1dc85a19f9
commit 145a7a2649
1 changed files with 5 additions and 1 deletions

6
evt
View File

@ -24,7 +24,11 @@ case $1 in
setup)
./setup-evt.sh
;;
sync)
unlink ./evio-tools
ln -s scripts/evio-tools-v$2.sh ./evio-tools
;;
*)
./scripts/evio-tools-v20.7.2 "$@"
./evio-tools "$@"
;;
esac