Skip to content

Intuity/hex8

Repository files navigation

Hex8 CI

hex8

Building a simple CPU in a robust way

Creating Archives for All Tools

for x in $(ls -d ./*/*/); do
    y=${x:2};
    z=$(echo ${y:0:$((${#y}-1))} | tr '/.' '__');
    echo "# Creating ${z}.zip";
    zip -r ${z}.zip $x;
done

Uploading to Cloudflare R2

aws s3api put-object \
          --endpoint-url https://<account>.r2.cloudflarestorage.com \
          --bucket <bucket> \
          --key <TARGET> \
          --body <LOCAL>

About

Building a simple CPU in a robust way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors