#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/sed drop-init-ws () { local fs=($@) for f in $fs; do sed "s/^[ \t]*//" -i $f done }