diff options
author | Michael Kantor <michael@mikekantor.xyz> | 2024-12-18 00:26:14 -0500 |
---|---|---|
committer | Michael Kantor <michael@mikekantor.xyz> | 2024-12-18 00:26:14 -0500 |
commit | bd629235bb283e3f4f4a4ce60faf721c1bf83fb8 (patch) | |
tree | 59be0bbadb05172f225bce7d78bed1ab88cb671f /hammer.sh | |
parent | 9fd201e01929421abe85aaab5a206ffd1cc350f6 (diff) |
Added hammer script. Added script to display the current clipboard contents as a QR code. Updated README.HEADmaster
Diffstat (limited to 'hammer.sh')
-rwxr-xr-x | hammer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hammer.sh b/hammer.sh new file mode 100755 index 0000000..bf63cbc --- /dev/null +++ b/hammer.sh @@ -0,0 +1,2 @@ +#!/bin/sh +WINEPREFIX=~/wine/.hammer wine ~/.local/share/Steam/steamapps/common/Team\ Fortress\ 2/bin/x64/hammerplusplus.exe |