mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 12:49:22 +01:00
bash: add usr-local-bin/{README.md,steam}
This commit is contained in:
parent
2b175d9217
commit
0c7d07d3c7
2
bash/usr-local-bin/README.md
Normal file
2
bash/usr-local-bin/README.md
Normal 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
4
bash/usr-local-bin/steam
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
/usr/bin/mullvad-exclude /usr/bin/steam $@
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user