mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-01-08 22:11:22 +01:00
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
ScriptPath=$(realpath $0)
|
||
|
ScriptDir=$(dirname $ScriptPath)
|
||
|
cd $ScriptDir
|
||
|
|
||
|
python3 WinDog.py
|