From 3a702f9f4445f5d441a2f4973055769eec41500a Mon Sep 17 00:00:00 2001 From: klea Date: Mon, 5 Jan 2026 00:09:27 +0000 Subject: bin(wpox): fix interpreter i forgot about using /usr/bin/env --- bin/wpox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/wpox b/bin/wpox index 5e59c31..1a050ba 100755 --- a/bin/wpox +++ b/bin/wpox @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash WPOXCFG="${1:-${XDG_CONFIG_HOME:-$HOME/.config}/wpox.sh}" [ -f "$WPOXCFG" ] && source "$WPOXCFG" [ "$#" -gt 0 ] && shift; -- cgit v1.3.1-10-gc9f91