From 7879736d95bf6d938f4421462093df0e299e6ee9 Mon Sep 17 00:00:00 2001 From: Reza Talebi Date: Sat, 8 Feb 2020 08:28:17 +0700 Subject: system/powershell: Added (command-line shell). Signed-off-by: Willy Sudiarto Raharjo --- system/powershell/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/powershell/README (limited to 'system/powershell/README') diff --git a/system/powershell/README b/system/powershell/README new file mode 100644 index 0000000000..e02a8b77e6 --- /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. -- cgit v1.2.3