aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-26 13:19:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-26 13:19:04 -0300
commit608f366c0d6e04a7035493ce4148cd7c1735ea9f (patch)
treecc66d5db315f239e49220c750db39552f2bfad83
parent2b8d7e0de0448f901006c5283399d2a590048ae5 (diff)
downloadscripts-608f366c0d6e04a7035493ce4148cd7c1735ea9f.tar.gz
scripts-608f366c0d6e04a7035493ce4148cd7c1735ea9f.tar.bz2
Changing default worklog projects
-rwxr-xr-xtimelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/timelog b/timelog
index f5d18a7..1b28bbc 100755
--- a/timelog
+++ b/timelog
@@ -24,8 +24,9 @@ if [ ! -e "$BASE/$GROUP/worklog/projects" ]; then
# Worklog project file
# note that projects appear in Worklog in REVERSE order
-#S:Sample project
-#O:Other project
+#H:Hosting
+#I:Infrastructure
+#O:Organization
EOF
echo "First run, you should edit your project list..."