bash: add usr-local-bin/{README.md,steam}

This commit is contained in:
Aminda Suomalainen 2022-01-21 13:48:54 +02:00
parent 2b175d9217
commit 0c7d07d3c7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate,
but why reinvent the wheel

4
bash/usr-local-bin/steam Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -x
/usr/bin/mullvad-exclude /usr/bin/steam $@
set +x