mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
7f93c1cec7
This will make it easier for users to clone the repository and will assure that they always use the correct version of libwifi.
4 lines
38 B
Bash
Executable File
4 lines
38 B
Bash
Executable File
#!/bin/bash
|
|
cd ..
|
|
python -m pytest $@
|