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