Skip to content

Commit

Permalink
extract to libjade: move to /
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Aug 7, 2024
1 parent 8419427 commit b32afae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/releaser/extract-libjade → extract-libjade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

# pro user tip (because this repository shares the same structure as in libjade); assumes libjade is next to formosa-25519
#
# ./scripts/releaser/extract-libjade --list-implementations | while read implementation; do ./scripts/releaser/extract-libjade --gen-implementation $implementation ../libjade/$(realpath --relative-to="$(pwd)" $implementation); done
# ./extract-libjade.sh --list-implementations | while read implementation; do ./extract-libjade.sh --gen-implementation $implementation ../libjade/$(realpath --relative-to="$(pwd)" $implementation); done
#

call=$0
script_dir=$(cd "$(dirname "$0")" ; pwd -P)
top_dir=$(cd "$(dirname "$0")/../../" ; pwd -P)
top_dir=$(cd "$(dirname "$0")" ; pwd -P)

print_usage()
{
Expand Down

0 comments on commit b32afae

Please sign in to comment.