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