bench/gspn-ssp/: New directory.

This commit is contained in:
Alexandre Duret-Lutz 2008-08-07 15:37:57 +02:00
parent d3b5e5bdad
commit 35bf9b5345
47 changed files with 1717 additions and 2 deletions

View file

@ -0,0 +1,7 @@
name=$(basename $(pwd))
dst=../../models/$name$sfx
mkdir "$dst"
for ext in con net prop; do
cp "$name".$ext "$dst/$name$sfx.$ext"
done
test -f "$name".gd && cp "$name".gd "$dst/$name$sfx.gd"