diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_ansi2polybar')
| -rw-r--r-- | home/dot_local/share/bin/executable_ansi2polybar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_ansi2polybar b/home/dot_local/share/bin/executable_ansi2polybar index e543ce5..d37bc19 100644 --- a/home/dot_local/share/bin/executable_ansi2polybar +++ b/home/dot_local/share/bin/executable_ansi2polybar @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # convert ansi escape codes into polybar/lemonbar color tags. this script makes # some very dumb assumptions about which escape codes will be in the input # stream, and is by no means complete, just good enough |