Skip to content

Instantly share code, notes, and snippets.

View mdelhoneux's full-sized avatar

Miryam de Lhoneux mdelhoneux

View GitHub Profile
@mdelhoneux
mdelhoneux / thesis_progress.sh
Last active May 10, 2019 07:27 — forked from dmhowcroft/thesis_progress.sh
Tweaked version of de Lhoneux's thesis progress script
#!/usr/bin/env bash
# Assumes PDF and tex filepath differ only in the extension
#
# Usage:
# thesis_progress.sh [FILENAME [TARGET_PAGECOUNT]]
#
# FILENAME is your thesis PDF (def: thesis.pdf)
# TARGET_PAGECOUNT is the number of pages you want to write (def: 180)
#