dyne / Zenroom

Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations.
https://dev.zenroom.org
GNU Affero General Public License v3.0
197 stars 64 forks source link

feat: remove zsh dependency #930

Closed matteo-cristino closed 1 month ago

matteo-cristino commented 1 month ago

TODO: update documentation

jaromil commented 1 month ago

ohhh long due, well done!

matteo-cristino commented 1 month ago

I still see:

test/crypto_json/run.sh
1:#!/usr/bin/env zsh

test/crypto_ecdh/run.sh
1:#!/usr/bin/env zsh

build/publish_javascript.sh
1:#!/usr/bin/env zsh

build/zip-binaries.sh
1:#!/usr/bin/env zsh

docs/_media/scripts/parse_zencode.sh
1:#!/usr/bin/env zsh

docs/examples/zencode_coconut/run_coconut_example.sh
1:#!/usr/bin/env zsh

docs/examples/zencode_coconut/run_petition_example.sh
1:#!/usr/bin/env zsh

Should we update all of them too?