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