#!/bin/sh
# nonada



# Joseph Rosevear 230516 I wrote this script.



string="$1"

if [ "$string" != "" ]; then

   echo "$string"
fi
