diff options
author | Yigit Sever | 2025-10-17 12:32:35 +0300 |
---|---|---|
committer | Yigit Sever | 2025-10-17 12:32:35 +0300 |
commit | 9ad2e5522df5fd5953d40ec4306e3bbaa451c802 (patch) | |
tree | 3b2a3c2299685d8f82db62fe5756b2b1fee06a84 | |
parent | 7af538e1f0adba19b3c8b8f8f39ac9ce4815266e (diff) | |
download | dotfiles-9ad2e5522df5fd5953d40ec4306e3bbaa451c802.tar.gz dotfiles-9ad2e5522df5fd5953d40ec4306e3bbaa451c802.tar.bz2 dotfiles-9ad2e5522df5fd5953d40ec4306e3bbaa451c802.zip |
spliff: use bash instead
-rwxr-xr-x | .local/bin/spliff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/spliff b/.local/bin/spliff index 3767bac..495fa22 100755 --- a/.local/bin/spliff +++ b/.local/bin/spliff | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env zsh | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | PDF=$1 | 3 | PDF=$1 |
4 | OUTPUT="${PDF:r}_spliff.pdf" | 4 | OUTPUT="${PDF:r}_spliff.pdf" |