Compare commits
No commits in common. "5d8c7dfabcec937492130ba3b8381d32f5d663ff" and "e197ca5b7a382dd77bd10a5c180b1fc4033029c6" have entirely different histories.
5d8c7dfabc
...
e197ca5b7a
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
export PATH=$PWD:$PATH
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"language": "pwsh",
|
||||
"version": "7.1.4",
|
||||
"provides": [
|
||||
{
|
||||
"language": "powershell",
|
||||
"aliases": ["ps", "pwsh", "ps1"]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
pwsh "$@"
|
|
@ -1 +0,0 @@
|
|||
echo "OK"
|
Loading…
Reference in New Issue