Commit d1f70ff2 authored by vagrant's avatar vagrant

solved problem 3

parent 30f127fa
#!/bin/bash
for filename in $*;
do
if test -f "$(pwd)/${filename}"
then
echo ${filename^^}
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