planetarium / libplanet-explorer

Libplanet Explorer now belongs to the Libplanet monorepo. This repository remains read-only as historical archive.
https://github.com/planetarium/libplanet/tree/main/Libplanet.Explorer
10 stars 20 forks source link

Portable pwsh shebang #17

Closed longfin closed 5 years ago

longfin commented 5 years ago

Currently run.ps1 and build.ps1 aren't compatible with bash on Ubuntu.

~/libplanet-explorer $ ./build.ps1 
/usr/local/bin/pwsh: command not found
longfin commented 5 years ago

I think that we can use env command for portability.

ipdae commented 5 years ago

i'll try this issue.