mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
wget https://yt-dl.org/latest/youtube-dl
|
|
chmod 755 youtube-dl
|
|
mkdir -p bin
|
|
mv youtube-dl bin
|