From f1fb239341e5c7088aa16037cb4a6f3aa75d1ac2 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 13 Mar 2011 05:03:57 +0100 Subject: Add function to mount encrypted thingies --- .zsh/zshfunctions | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index e63ac19..6cf1f14 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -112,6 +112,17 @@ check_libs() done } +menc() +{ + local p + + read -rs "p?Password: " + echo $p | encfs --stdinpass ~/.enc/schreiben_in ~/schreiben/in + echo $p | encfs --stdinpass ~/.enc/schreiben_out ~/schreiben/out + + unset p +} + if [[ $UID == 0 ]]; then # unpack a package -- cgit v1.2.3-70-g09d2 a href='/web/kosten.git/'>web/kosten
An application for managing the expensesRené 'Necoro' Neumann
summaryrefslogtreecommitdiff
path: root/static/images/undo.png (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-10Fix redirectRené 'Necoro' Neumann1-1/+1
2013-04-18FIX: Make defaults in fields of forms a function.René 'Necoro' Neumann1-3/+3
2013-04-16Fix templatedRené 'Necoro' Neumann3-6/+12
2013-04-15'templated' and wrapped 'redirect'René 'Necoro' Neumann4-33/+64
2013-04-15Categories: fixRené 'Necoro' Neumann1-5/+17
2013-04-15Add expense should redirect to itselfRené 'Necoro' Neumann1-1/+1
2013-04-15Order constant expenses by descriptionRené 'Necoro' Neumann1-1/+1
2013-04-15Path fixRené 'Necoro' Neumann1-1/+1
2013-04-15Fix the fixer to handle GET-argsRené 'Necoro' Neumann1-1/+2