An open API service indexing awesome lists of open source software.

https://github.com/gladir/powershell-0

Clone PowerShell écrit en Pascal
https://github.com/gladir/powershell-0

command command-line free-pascal powershell turbo-pascal

Last synced: 4 months ago
JSON representation

Clone PowerShell écrit en Pascal

Awesome Lists containing this project

README

          

# POWERSHELL-0
Clone PowerShell écrit en Pascal

![image](https://user-images.githubusercontent.com/11842176/201494768-1b036cd6-d35c-4a27-8468-5a6ed670b040.png)

Compilation



Les fichiers Pascal n'ont aucune dépendances, il suffit de télécharger le fichier désiré et de le compiler avec Free Pascal avec la syntaxe de commande :

fpc PS.PAS


Sinon, vous pouvez également le compiler avec le Turbo Pascal à l'aide de la syntaxe de commande suivante :

tpc PS.PAS


Licence



  • Le code source est publié sous la licence MIT.

  • Le paquet original est publié sous la licence MIT.