mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-01-05 12:27:09 +01:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ScriptPath=$(realpath $0)
|
|
ScriptDir=$(dirname $ScriptPath)
|
|
cd $ScriptDir
|
|
|
|
python3 WinDog.py
|