Commit c3cd3c54 authored by vagrant's avatar vagrant

complete third script

parent 671687c3
#! /bin/bash
for val in "$@"
do
if [-f "$val"]; then
echo ${val^^}
fi
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment