View log.sh
#!/bin/bash | |
cd ~/Dropbox/time-log/ | |
echo "$1" "$2" >> log.txt | |
date "+DATE: %m/%d/%y%nTIME: %I:%M:%S%n%n" >> log.txt |