Skip to content

Instantly share code, notes, and snippets.

@gsampaio
Created December 3, 2011 04:51
Show Gist options
  • Save gsampaio/1426084 to your computer and use it in GitHub Desktop.
Save gsampaio/1426084 to your computer and use it in GitHub Desktop.
MC548 Grades Calculator
#!/usr/bin/env bash
curl "http://www.ic.unicamp.br/~fkm/disciplinas/mc548/old/2011s2/notas.txt" 2>|/dev/null | grep 73177 | sed s/\,/./ | awk '{OFMT="%.2f";print(((3*(($2)+($3)))+(4*(($4)+($5))))/14)}'
@buccolo
Copy link

buccolo commented Dec 3, 2011

Overkill!

@buccolo
Copy link

buccolo commented Dec 3, 2011

Like a boss :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment