opts.sh 103 B

12345678
  1. #!/bin/sh
  2. _CONFDIR='/etc/lighttpd'
  3. for i in $*; do
  4. printf '%b' 'include ' "\"$_CONFDIR/$i\""
  5. done