Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

View File

@ -24,8 +24,8 @@ page and click the link for `rmk.sh` to download the script.
### Downloading using *git* ### Downloading using *git*
Navigate to a reasonable directory and download the repo with `git clone Navigate to a reasonable directory and download the repo with `git clone
https://gitbucket.thisisjoes.site/git/joe/remote_media_killer.git`. This will https://gitbucket.thisisjoes.site/joe/remote_media_killer.git`. This will create
create a directory named `remote_media_killer` automatically. a directory named `remote_media_killer` automatically.
To ensure you run the latest version of the script, first navigate to the To ensure you run the latest version of the script, first navigate to the
directory with `cd remote_media_killer`, then switch to the latest version with directory with `cd remote_media_killer`, then switch to the latest version with
@ -38,7 +38,7 @@ directory with `cd remote_media_killer`, then switch to the latest version with
You may execute the script directly using *bash* with `bash rmk.sh`. You may execute the script directly using *bash* with `bash rmk.sh`.
You may also **mark the script as executable** with `chmod +x rmk.sh` and You may also **mark the script as executable** with `chmod +x rmk.sh` and
execute using this shorthand `./rmk.sh`. execute using this shorthand `./ rmk.sh`.
#### Making executable from anywhere #### Making executable from anywhere
If you don't want to have to navigate to the directory containing the script If you don't want to have to navigate to the directory containing the script