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