/ warn
warn
1  #!/usr/bin/env bash
2  echo -e "$*" >&2;
3  #print STDERR "@ARGV\n"; #perl