You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
16
16
17
17
-`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.
18
18
19
-
-`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.
19
+
-`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.
20
20
21
-
-`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/
21
+
-`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.
22
22
23
23
-`osinfo.py` - Displays some information about the OS you are running this script on.
24
24
@@ -28,7 +28,7 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
28
28
29
29
-`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.
30
30
31
-
-`puttylogs.py` - Zip up all the logs in the given directory.
31
+
-`puttylogs.py` - This zips up all the logs in the given directory.
32
32
33
33
-`script_count.py` - This scans my scripts directory and gives a count of the different types of scripts.
0 commit comments