- Some cleanup.
This commit is contained in:
parent
39adf85c6a
commit
72162e82c6
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
scyther -a $*
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# Typical usage:
|
|
||||||
#
|
|
||||||
# ./scytherss bke.spdl -r2 | ggv -
|
|
||||||
|
|
||||||
./scyther --state-space $* | dot -Tps
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
./scyther -d -p0 -r 8 $* ../spdl/speedtest.spdl >/dev/null
|
|
Loading…
Reference in New Issue
Block a user