You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# symlink files from submodule to lib/basic_api/generated
ls bom-core/binary-websocket-api/config/v3/**/{receive,send}.json | perl -lpe'my $base = s{^bom-core/binary-websocket-api/config/v3/}{}r; my $target = "lib/basic_api/generated/" . ($base =~ s{/}{_}r); symlink "../../../$_" => $target or die "no luck with symlink on $_ - $!" unless -r $target'
# copy manually added json files to lib/basic_api/generated if not already there