- Some cleanup.

This commit is contained in:
ccremers 2005-12-28 12:13:17 +00:00
parent 39adf85c6a
commit 72162e82c6
6 changed files with 0 additions and 66 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
scyther -a $*

View File

@ -1,6 +0,0 @@
#!/bin/sh
#
# Test conform ce stuff, but our version
#
./scyther -r5 $* ../spdl/bkepk.spdl
./scyther -r6 $* ../spdl/bkepk.spdl | tail -n 1

View File

@ -1,10 +0,0 @@
#!/bin/sh
#
# Test conform ce stuff.
#
./scyther -r6 $* ../spdl/bkepk-ce.spdl
./scyther -r7 $* ../spdl/bkepk-ce.spdl | tail -n 1
./scyther -r8 $* ../spdl/bkepk-ce.spdl | tail -n 1
./scyther -r7 $* ../spdl/bkepk-ce2.spdl | tail -n 1
./scyther -r8 $* ../spdl/bkepk-ce2.spdl | tail -n 1
./scyther -r9 $* ../spdl/bkepk-ce2.spdl | tail -n 1

View File

@ -1,37 +0,0 @@
#!/bin/bash
#
# Shell script to display the latex output relatively quickly. For
# internal testing only, as it depends on the spdl subdirectory.
#
# Usage example:
#
# ./scytherat ns3
#
file=../spdl/$1.spdl
template=../src/attacktemplate
if [ -f $file ]
then
../src/scyther --latex $file -o attack.tex
if [ "$?" -eq "3" ]
then
latex $template.tex
mv $template.dvi attack.dvi
#dvips attack.dvi -o attack.ps
# also eps output now
#ps2eps -f attack.ps
xdvi attack.dvi # for Xdvi
# kdvi attack.dvi # for KDE environment
# kghostview attack.ps # postscript in KDE
fi
else
echo "No file $file found."
fi

View File

@ -1,7 +0,0 @@
#!/bin/sh
#
# Typical usage:
#
# ./scytherss bke.spdl -r2 | ggv -
./scyther --state-space $* | dot -Tps

View File

@ -1,3 +0,0 @@
#!/bin/sh
./scyther -d -p0 -r 8 $* ../spdl/speedtest.spdl >/dev/null