mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Update README.md
This commit is contained in:
parent
9a59b221e2
commit
dfc4b8c775
@ -5,17 +5,18 @@ Useful cross-platform PowerShell scripts, to be used on the command-line (CLI) o
|
|||||||
|
|
||||||
What is PowerShell?
|
What is PowerShell?
|
||||||
-------------------
|
-------------------
|
||||||
* PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell
|
|
||||||
* PowerShell is cross-platform: available for Windows, Linux and Mac OS
|
* PowerShell is cross-platform: available for Windows, Linux and Mac OS
|
||||||
* PowerShell is powerful: fully control your computer
|
* PowerShell is powerful: fully control your computer
|
||||||
* PowerShell is easy to learn
|
* PowerShell is open-source: see the repository at https://github.com/PowerShell/PowerShell
|
||||||
|
* PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html
|
||||||
|
|
||||||
|
|
||||||
Script Standards
|
Script Standards
|
||||||
----------------
|
----------------
|
||||||
Each script provides:
|
Each script provides:
|
||||||
* A comment header containing a description, author, license and source
|
1. a comment header containing a description, author, source, and license
|
||||||
* Exits 0 for success, otherwise the error code (mostly 1)
|
2. prefers command-line options but may ask the user if unspecified
|
||||||
|
3. exits 0 for success, otherwise the error code (mostly 1)
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user