Skip to content

Commit eaffd49

Browse files
committed
Displays some information about the OS you are running this script on
1 parent 5824a1c commit eaffd49

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

osinfo.py

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Script Name : osinfo.py
2+
# Author : Craig Richards
3+
# Created : 5th April 2012
4+
# Last Modified :
5+
# Version : 1.0
6+
7+
# Modifications :
8+
9+
# Description : Displays some information about the OS you are running this script on
10+
111
import platform
212

313
profile = [

0 commit comments

Comments
 (0)