mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-06 12:14:04 -05:00
4 lines
38 B
Bash
4 lines
38 B
Bash
|
#!/bin/bash
|
||
|
cd ..
|
||
|
python -m pytest $@
|