diff options
| author | 2026-01-05 00:09:27 +0000 | |
|---|---|---|
| committer | 2026-01-05 00:09:27 +0000 | |
| commit | 3a702f9f4445f5d441a2f4973055769eec41500a (patch) | |
| tree | 7ac736e9ff8da217787bf19c48b40c1ed3f4e05b /bin | |
| parent | bin(wpox): script to handle starting warcprox (diff) | |
| signature | ||
bin(wpox): fix interpreter
i forgot about using /usr/bin/env
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/wpox | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
