Skip to content
Snippets Groups Projects
Commit a9a8b307 authored by ci's avatar ci
Browse files

add convenient script

SVN: 491
parent 05fb1d96
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
if [ $# -ne 1 ]; then
echo "Usage is $0 <project name>"
exit 1
fi
svn co http://source.systemsx.ch/repos/cisd/$1/trunk projects/cisd/trunk/$1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment