3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/bash
|
||
|
directory=`dirname $(readlink -f "$0")`
|
||
|
python3 $directory/../Python/tests.py
|