Skip to content

Instantly share code, notes, and snippets.

@scheibo
Created August 29, 2024 20:42
Show Gist options
  • Save scheibo/dd8c61f02c24a96a75d14be407ee4192 to your computer and use it in GitHub Desktop.
Save scheibo/dd8c61f02c24a96a75d14be407ee4192 to your computer and use it in GitHub Desktop.
set -e
for file in `ls /Users/kjs/Code/src/github.com/scheibo/zig/build`; do
if [ "$file" != "master" ]; then
ln -sfn ~/Code/src/github.com/scheibo/zig/build/{$file,master}
zig version
make integration
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment