mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
8 lines
161 B
Bash
Executable file
8 lines
161 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export PY_VERSION=3
|
|
export CTF_TOOLS_VE="ctftools3"
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$DIR/ctf-tools-venv-activate"
|