diff options
| author | 2026-02-11 02:47:33 +0000 | |
|---|---|---|
| committer | 2026-02-11 02:47:33 +0000 | |
| commit | 2c485ce2b43bd810a88278215b771136a2a17881 (patch) | |
| tree | 3fb74338b87553d898af7b1795de7322cbc5af63 /private_dot_local/bin/executable_wine-run-with-cd | |
| parent | add xdg (diff) | |
| download | dotfiles-2c485ce2b43bd810a88278215b771136a2a17881.tar.gz | |
add scripts
Diffstat (limited to 'private_dot_local/bin/executable_wine-run-with-cd')
| -rw-r--r-- | private_dot_local/bin/executable_wine-run-with-cd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_wine-run-with-cd b/private_dot_local/bin/executable_wine-run-with-cd new file mode 100644 index 0000000..6bb6d49 --- /dev/null +++ b/private_dot_local/bin/executable_wine-run-with-cd | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | DIRNAME=$(dirname "$1") | ||
| 4 | BASENAME=$(basename "$1") | ||
| 5 | |||
| 6 | cd "$DIRNAME" && exec wine "$BASENAME" | ||
