Browse Source

Better bash function

master
Wesley Kerfoot 5 years ago
parent
commit
25d657da4d
  1. 3
      shelltalk.sh

3
shelltalk.sh

@ -1,7 +1,8 @@
# Place this in your ~/.bashrc file
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 $$

Loading…
Cancel
Save