mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 06:52:36 +00:00
2050289d5f
Matches the git clone method as used in other scripts.
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 .
|