mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Fixing filename for pathgrind
This commit is contained in:
parent
71040cc626
commit
e1edd6196a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ END
|
|||
cat <<END > bin/pathgrind-plot
|
||||
#!/bin/sh
|
||||
cd "$PWD/pathgrind/"
|
||||
python fuzz/plot.py "\$@"
|
||||
python fuzz/plotfuzz.py "\$@"
|
||||
END
|
||||
|
||||
chmod 755 bin/pathgrind-*
|
||||
|
|
Loading…
Reference in a new issue