diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-02-08 08:28:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 08:28:17 +0700 |
commit | 7879736d95bf6d938f4421462093df0e299e6ee9 (patch) | |
tree | a4a0b3389420c0c906306f686c3150365d79e634 /system/powershell/README | |
parent | c6eb894623ce24cd8ea14385d6e0b17f1f5613fe (diff) |
system/powershell: Added (command-line shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/powershell/README')
-rw-r--r-- | system/powershell/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/powershell/README b/system/powershell/README new file mode 100644 index 0000000000000..e02a8b77e689b --- /dev/null +++ b/system/powershell/README @@ -0,0 +1,5 @@ +PowerShell is a task-based command-line shell and scripting language +built on .NET. PowerShell helps system administrators and power-users +rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes. + +After installing, you can start using PowerShell by typing "pwsh" in the Terminal. |