#!/bin/bash
for x in "$@"; do
  echo here is $x
done
