bench/gspn-ssp/: New directory.
This commit is contained in:
parent
d3b5e5bdad
commit
35bf9b5345
47 changed files with 1717 additions and 2 deletions
7
bench/gspn-ssp/templates/common
Normal file
7
bench/gspn-ssp/templates/common
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue