Page 1 of 1

Sourcery and .bash_history

Posted: 4. Jan 2012, 07:53
by zAchAry
It is strange to browse the history of the last executed commands and to see the commands of Sourcery which aren't needed.

Code: Select all

unset PS1
clear
clear
tail --pid 10286 -f /var/log/sourcery/liferea-1.8.0 2>/dev/null & clear
clear
clear
tail --pid 10579 -f /var/log/sourcery/liferea-1.8.0 2>/dev/null & clear
clear
clear
tail --pid 12034 -f /var/log/sourcery/json-glib-0.14.2 2>/dev/null & clear
clear
clear
tail --pid 12098 -f /var/log/sourcery/json-glib-0.14.2 2>/dev/null & clear
clear
clear
tail --pid 16772 -f /var/log/sourcery/liferea-1.8.0 2>/dev/null & clear
clear
clear
tail --pid 16782 -f /var/log/sourcery/liferea-1.8.0 2>/dev/null & clear
clear

Re: Sourcery and .bash_history

Posted: 4. Jan 2012, 09:33
by gapan
The commands need to be run that way. If you find another way to do it in sourcery, please provide a patch. ;)