|
@ -1,7 +1,8 @@ |
|
|
# Place this in your ~/.bashrc file |
|
|
# Place this in your ~/.bashrc file |
|
|
|
|
|
|
|
|
function log() { |
|
|
function log() { |
|
|
/home/wes/code/shelltalk/client.py -W "$$" "$(history 1)" > /dev/null 2>&1 |
|
|
/home/wes/code/shelltalk/client.py -W "$$" "$(history 1)" > /dev/null 2>&1 & |
|
|
|
|
|
disown "$!" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/home/wes/code/shelltalk/client.py -S $$ |
|
|
/home/wes/code/shelltalk/client.py -S $$ |
|
|