summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2025-10-17 12:32:35 +0300
committerYigit Sever2025-10-17 12:32:35 +0300
commit9ad2e5522df5fd5953d40ec4306e3bbaa451c802 (patch)
tree3b2a3c2299685d8f82db62fe5756b2b1fee06a84
parent7af538e1f0adba19b3c8b8f8f39ac9ce4815266e (diff)
downloaddotfiles-9ad2e5522df5fd5953d40ec4306e3bbaa451c802.tar.gz
dotfiles-9ad2e5522df5fd5953d40ec4306e3bbaa451c802.tar.bz2
dotfiles-9ad2e5522df5fd5953d40ec4306e3bbaa451c802.zip
spliff: use bash instead
-rwxr-xr-x.local/bin/spliff2
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
3PDF=$1 3PDF=$1
4OUTPUT="${PDF:r}_spliff.pdf" 4OUTPUT="${PDF:r}_spliff.pdf"