Created
August 29, 2024 20:42
-
-
Save scheibo/dd8c61f02c24a96a75d14be407ee4192 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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