Just downloads a PDF from my site (hence verifiably secure (for me at least ¯\_(ツ)_/¯))
3 lines
134 B
Bash
Executable File
3 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
wget -nv --show-progress -O /dev/null "https://git.aryadevchavali.com/?p=Text.git;a=blob_plain;f=PDFs/Racket.pdf;hb=HEAD"
|