mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 23:27:18 +00:00
7 lines
119 B
Bash
Executable file
7 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir bin
|
|
git clone https://github.com/maurosoria/dirs3arch.git
|
|
|
|
cd bin
|
|
ln -s ../dirs3arch/dirs3arch.py .
|