FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5c98f7b2 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

parent 4ac1ce05
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Sync gradint build environment to Git
git pull --no-edit
wget -N http://people.ds.cam.ac.uk/ssb22/gradint/gradint-build.7z || exit 1
rm -rf gradint # (any leftover ../gradint/gradint directory)
7z x gradint-build.7z || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment