mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 15:02:33 +00:00
7 lines
115 B
Bash
Executable file
7 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir bin
|
|
git clone git@github.com:maurosoria/dirs3arch.git
|
|
|
|
cd bin
|
|
ln -s ../dirs3arch/dirs3arch.py .
|