mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-08 18:48:48 +00:00
9 lines
161 B
Text
9 lines
161 B
Text
|
#!/bin/bash
|
||
|
|
||
|
export PY_VERSION=3
|
||
|
export CTF_TOOLS_VE="ctftools3"
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
source "$DIR/ctf-tools-venv-activate"
|