grouped by language, added readme, added .gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.csv
|
||||||
@@ -27,9 +27,12 @@ verify_paths(){
|
|||||||
if [ ! -f "$WEEK_LOG" ]; then
|
if [ ! -f "$WEEK_LOG" ]; then
|
||||||
touch "$WEEK_LOG"
|
touch "$WEEK_LOG"
|
||||||
cat >> "$WEEK_LOG" << EOF
|
cat >> "$WEEK_LOG" << EOF
|
||||||
#-*- mode: org -*-
|
#+LaTeX_CLASS: article
|
||||||
#+STARTUP: showall
|
#+LATEX_HEADER: \usepackage[a4paper,margin=2cm]{geometry}
|
||||||
|
#+title: Kratki dnevnik - teden $(date +%V), $(date +%Y:w)
|
||||||
EOF
|
EOF
|
||||||
|
gpg --recipient you@example.com --encrypt "$WEEK_LOG"
|
||||||
|
rm -f "$WEEK_LOG"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,4 +80,4 @@ cat >> "$WEEK_LOG" << EOF
|
|||||||
** Kaj sem danes naredil?
|
** Kaj sem danes naredil?
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
emacs -nw "$WEEK_LOG"
|
emacs -nw "$WEEK_LOG".gpg
|
||||||
Reference in New Issue
Block a user