Skip to content

Instantly share code, notes, and snippets.

View loreguerra's full-sized avatar

Lorena Guerra Matteucci loreguerra

View GitHub Profile
@loreguerra
loreguerra / log.sh
Last active March 8, 2017 00:05
Simple app to log hours via command line
#!/bin/bash
cd ~/Dropbox/time-log/
echo "$1" "$2" >> log.txt
date "+DATE: %m/%d/%y%nTIME: %I:%M:%S%n%n" >> log.txt