Project

General

Profile

Paste
Download (128 Bytes) Statistics
| Branch: | Revision:

root / .functions @ 175ce36f

1
my-unlog() {
2
    . /home/assos/unlog/bin/activate
3
    export PYTHONPATH=/home/assos/unlog/unlog
4
    unlog "$@"
5
    deactivate
6
}