[DiscordArchive] is there any universal command line language that works on every OS natively?
[DiscordArchive] is there any universal command line language that works on every OS natively?
Archived author: Adys • Posted: 2018-10-22T09:52:01.265000+00:00
Original source
https://github.com/jleclanche/fireplace/.../bootstrap
[Embed: jleclanche/fireplace]
A Hearthstone simulator in Python. Contribute to jleclanche/fireplace development by creating an account on GitHub.
https://github.com/jleclanche/fireplace/.../bootstrap
Archived author: Quantam • Posted: 2018-10-22T09:52:14.997000+00:00
Original source
Interesting
Archived author: Adys • Posted: 2018-10-22T09:52:15.092000+00:00
Original source
i wanted a single script that works on both windows + linux
Archived author: Skarn • Posted: 2018-10-22T09:52:58.615000+00:00
Original source
prob less lines with pure python tho
Archived author: Adys • Posted: 2018-10-22T09:52:58.807000+00:00
Original source
this is a polyglot batch script that invokes a shellscript OR a powershell script, depending on where it's run
Archived author: Skarn • Posted: 2018-10-22T09:53:19.409000+00:00
Original source
the os module does perfect job for handling all these things
Archived author: Adys • Posted: 2018-10-22T09:53:40.053000+00:00
Original source
i think i didnt want to use python for this at the time for whatever reason
Archived author: Adys • Posted: 2018-10-22T09:53:40.478000+00:00
Original source