mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2024-12-22 21:39:12 +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
|