Compare commits

..

No commits in common. "5d8c7dfabcec937492130ba3b8381d32f5d663ff" and "e197ca5b7a382dd77bd10a5c180b1fc4033029c6" have entirely different histories.

6 changed files with 0 additions and 22 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.1.4/powershell-7.1.4-linux-x64.tar.gz -o powershell.tar.gz
tar zxf powershell.tar.gz
rm powershell.tar.gz
chmod +x pwsh

View File

@ -1 +0,0 @@
export PATH=$PWD:$PATH

View File

@ -1,10 +0,0 @@
{
"language": "pwsh",
"version": "7.1.4",
"provides": [
{
"language": "powershell",
"aliases": ["ps", "pwsh", "ps1"]
}
]
}

View File

@ -1,3 +0,0 @@
#!/bin/bash
pwsh "$@"

View File

@ -1 +0,0 @@
echo "OK"

View File

@ -348,7 +348,6 @@ Content-Type: application/json
`perl`,
`php`,
`ponylang`,
`powershell`,
`prolog`,
`pure`,
`pyth`,