Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
#!/bin/bash
#-vx
DATE=$(date +"%F %H:%M")
echo $DATE
echo Enter Client Name
read client
echo $client
echo "Enter in/out"
read IO
echo $IO
echo "Enter Task"
read task
echo $task
echo $DATE,$client,$IO,$task,`date +%s` >>$client.csv