Changes

From Amahi Wiki
Jump to: navigation, search
100 bytes added ,  23:10, 18 March 2012
Added example code for a 'watch' statement for tracking greyhole queue
'''Scrolling view of total Greyhole operations queue:'''
{{Code|while [ 1 <nowiki>==</nowiki> 1 ]; do greyhole --view-queue <nowiki>|</nowiki> grep Total; sleep 60; done}}
 
'''Alternate way to watch Greyhole operations queue:'''
{{Code| watch -d greyhole --view-queue }}
 
'''Scrolling log of what files Greyhole is working on right now:'''