5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
if [ ! -e ${1:filename} ]; then
|
||
|
echo "file $1 not present"
|
||
|
fi
|
||
|
|