diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-07-06 15:46:41 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-07-06 15:46:41 -0400 |
commit | fb5e4918e6591614c5ea6b65afc2f687ace37f81 (patch) | |
tree | 1624cdd9ccb9bb0845768ceff3480dea0dc37a54 /posts | |
parent | 19f48a14bdd89ac30cdfdfb13b17f12418921a21 (diff) | |
download | cobalt-site-fb5e4918e6591614c5ea6b65afc2f687ace37f81.tar.xz cobalt-site-fb5e4918e6591614c5ea6b65afc2f687ace37f81.zip |
Monospace font with -->LiGaTuReS<--
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md index 9aa540f..6fcb411 100644 --- a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md +++ b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md @@ -36,7 +36,7 @@ MP4 video off of the camera, automatically. I did not want to download any of the small video formats or actual HTML files. Here's what I used: ```sh -$ wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ +wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ ``` This tells `wget` to download all of the files at the GoPro's address |