URI:
       pipes: Fix shebang - scripts - various script and utils
  HTML git clone git://z3bra.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 891f33f08486c513933e258dcba2ffbc62951448
   DIR parent 7e01a55f56132037e1748d6a3b08d9b28a50cfd8
  HTML Author: Willy Goiffon <dev@z3bra.org>
       Date:   Thu, 20 Aug 2026 22:04:37 +0000
       
       pipes: Fix shebang
       
       Diffstat:
         M pipes                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/pipes b/pipes
       @@ -1,4 +1,4 @@
       -#!/bin/sh
       +#!/usr/bin/env bash
        
        declare -i f=75 s=13 r=2000 t=0 c=1 n=0 l=0
        declare -ir w=$(tput cols) h=$(tput lines)