3 lines
94 B
Bash
3 lines
94 B
Bash
|
#!/bin/sh
|
||
|
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent "$1"
|