From a8528fcff1e61f36bc0a0fb196f64af1631bcfdc Mon Sep 17 00:00:00 2001 From: dbeley <6568955+dbeley@users.noreply.github.com> Date: Fri, 14 Feb 2020 23:43:33 +0100 Subject: [PATCH] Rename to reddit_image_downloader. --- README.md | 8 ++++---- download-subreddit-images.sh => reddit_image_downloader | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename download-subreddit-images.sh => reddit_image_downloader (100%) diff --git a/README.md b/README.md index 63227e6..9dec257 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Simple Subreddit Image Downloader +Reddit Image Downloader ========================== Simple script downloading images from subreddit. @@ -12,7 +12,7 @@ Requirements Usage ===== ``` -Usage: ./download-subreddit-images.sh 'subreddit_name' [hot|new|rising|top|controversial] [number] [all|year|month|week|day] -Examples: ./download-subreddit-images.sh starterpacks new 10 - ./download-subreddit-images.sh funny top 50 month +Usage: ./reddit_image_downloader 'subreddit_name' [hot|new|rising|top|controversial] [number] [all|year|month|week|day] +Examples: ./reddit_image_downloader starterpacks new 10 + ./reddit_image_downloader funny top 50 month ``` diff --git a/download-subreddit-images.sh b/reddit_image_downloader similarity index 100% rename from download-subreddit-images.sh rename to reddit_image_downloader