cleanup
[cmdllinux.git] / scripts / _remove_space_fromstart
blobc89cce53ca788d3e2431f821a6b4e3489ec5f022
1 #! /bin/sh
3 sed "s/^[[:space:]]\+\([^[:space:]]\+\)/\1/" < /dev/stdin