Skip to content

Fix typos #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ In the scripts the comments etc are lined up correctly when they are viewed in [

- `logs.py` - This script will search for all `*.log` files in the given directory, zip them using the program you specify and then date stamp them.

- `move_files_over_x_days.py` - This will move all the files from the src directory that are over 240 days old to the destination directory.
- `move_files_over_x_days.py` - This will move all the files from the source directory that are over 240 days old to the destination directory.

- `nslookup_check.py` - This very simple script opens the file `server_list.txt` and the does an nslookup for each one to check the DNS entry/
- `nslookup_check.py` - This very simple script opens the file `server_list.txt` and the does an nslookup for each one to check the DNS entry.

- `osinfo.py` - Displays some information about the OS you are running this script on.

Expand All @@ -28,7 +28,7 @@ In the scripts the comments etc are lined up correctly when they are viewed in [

- `powerdown_startup.py` - This goes through the server list and pings the machine, if it's up it will load the putty session, if its not it will notify you.

- `puttylogs.py` - Zip up all the logs in the given directory.
- `puttylogs.py` - This zips up all the logs in the given directory.

- `script_count.py` - This scans my scripts directory and gives a count of the different types of scripts.

Expand Down