From 5d720e6a485f2f76922044491f7bf5a4efbab297 Mon Sep 17 00:00:00 2001 From: Tobias Kessels Date: Fri, 11 Aug 2017 09:07:46 +0200 Subject: [PATCH] added aliases noerr and toollist --- aliases | 2 ++ noerr | 3 +++ toollist | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 aliases create mode 100755 noerr create mode 100644 toollist diff --git a/aliases b/aliases new file mode 100644 index 0000000..d792c95 --- /dev/null +++ b/aliases @@ -0,0 +1,2 @@ +ppxml=xmlstarlet format --indent-tab +ppxml=xmllin --format - diff --git a/noerr b/noerr new file mode 100755 index 0000000..bdf569a --- /dev/null +++ b/noerr @@ -0,0 +1,3 @@ +#!/bin/bash + +bash -c "$*" 2>/dev/null diff --git a/toollist b/toollist new file mode 100644 index 0000000..0b5e2c5 --- /dev/null +++ b/toollist @@ -0,0 +1,4 @@ +#unoconv : Convert office documents back and force +https://linuxconfig.org/how-to-convert-documents-between-libreoffice-and-microsoft-office-file-formats-on-linux + +