Created
February 12, 2015 01:16
-
-
Save jonasbits/6d4ee8f97039db91e9d9 to your computer and use it in GitHub Desktop.
I am lazy, lets make the computer do the work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
TID=$(date "+%H:%M") | |
DOTPROJECT=$(cat .project) | |
DOTPLAN=$(cat .plan) | |
#TODO grep time from this day in .plan | |
echo "Hej," | |
echo "Jag har jobbat �ver." | |
#iconv -f utf-8 -t iso-8859-1 | |
echo "" | |
echo "Anst�llningsnummer: " $DOTPROJECT | |
#iconv -f utf-8 -t iso-8859-1 | |
echo "Jag skulle ha slutat: " $DOTPLAN | |
echo "Jag loggade ut klockan: " $TID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment