From 0c7d07d3c79b51aad804c131303cafda695432c6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 21 Jan 2022 13:48:54 +0200 Subject: [PATCH] bash: add usr-local-bin/{README.md,steam} --- bash/usr-local-bin/README.md | 2 ++ bash/usr-local-bin/steam | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 bash/usr-local-bin/README.md create mode 100755 bash/usr-local-bin/steam diff --git a/bash/usr-local-bin/README.md b/bash/usr-local-bin/README.md new file mode 100644 index 0000000..deddaa7 --- /dev/null +++ b/bash/usr-local-bin/README.md @@ -0,0 +1,2 @@ +Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate, +but why reinvent the wheel diff --git a/bash/usr-local-bin/steam b/bash/usr-local-bin/steam new file mode 100755 index 0000000..4156148 --- /dev/null +++ b/bash/usr-local-bin/steam @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -x +/usr/bin/mullvad-exclude /usr/bin/steam $@ +set +x