#!/bin/sh

echo "printing myshell.sh..."
ls -l myshell.sh
echo "printing myscript.sh..."
ls -l myscript.sh
