mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-02-01 08:26:55 +01:00
4 lines
69 B
Bash
4 lines
69 B
Bash
|
#!/bin/sh
|
||
|
cd "$( dirname "$( realpath "$0" )" )"
|
||
|
python3 ./WinDog.py
|