mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-13 21:37:04 +00:00
5 lines
132 B
Bash
Executable file
5 lines
132 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
[ -e xspy ] || git clone https://gitlab.com/kalilinux/packages/xspy
|
|
mkdir -p bin
|
|
gcc -o bin/xspy xspy/Xspy.c -lX11
|