From 9a5c0b3322139a3ef36f6065c4a4ab037c246dc6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Jan 2020 19:34:34 -0700 Subject: soffice-pdf & soffice-pdf-all aliases --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 72811ecf..a9203c85 100644 --- a/.bashrc +++ b/.bashrc @@ -56,6 +56,8 @@ alias whitenoise="echo -en \"\033]0;whitenoise\a\";\ # useful to check whether a rebase introduced any changes to files alias rld="git diff @{1}..@{0}" alias athvpn="sshuttle -r athena 0/0 --dns" +alias soffice-pdf="soffice --headless --convert-to pdf" +alias soffice-pdf-all="for f in *.doc *.docx; do soffice --headless --convert-to pdf \"$f\"; done" alias host-suite-build-deps='mk-build-deps -ir -s sudo -t \ "apt-get --no-install-recommends"' -- cgit v1.2.3