From fb5e4918e6591614c5ea6b65afc2f687ace37f81 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sat, 6 Jul 2019 15:46:41 -0400 Subject: Monospace font with -->LiGaTuReS<-- --- posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md') 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 -- cgit v1.2.3