summaryrefslogtreecommitdiffstats
path: root/.graveyard/noise/modules/echo
blob: 344dd963e683a80f3751fa9504e76b818802660f (plain)
1
2
3
4
5
6
#! /bin/sh
case "$1" in
  (--help) : ;;
  (*)
    echo "$*"
esac