From a14402ac38c8d7cecafe7df9812787c796e2a156 Mon Sep 17 00:00:00 2001 From: Matthew Owens Date: Wed, 29 Jul 2020 19:00:29 +0100 Subject: [PATCH] colour invert --- thecproglang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thecproglang b/thecproglang index d8ce42d..431ecd1 100755 --- a/thecproglang +++ b/thecproglang @@ -1,3 +1,3 @@ #!/bin/bash -mupdf ~/documents/books/The\ C\ Programming\ Language\ -\ 2nd\ Edition\ -\ Ritchie\ Kernighan.pdf +mupdf -I ~/documents/books/The\ C\ Programming\ Language\ -\ 2nd\ Edition\ -\ Ritchie\ Kernighan.pdf -- 2.20.1