Displaying 2 results from an estimated 2 matches for "startb".
Did you mean:
start
2019 Jan 30
1
Hook problem
...my qemu script:
#!/bin/bash
if [[ "$2" == 'start' ]]; then
echo "$0: Starting $1..." |& logger
if [[ "$1" == 'B' ]]; then
# The next line is where the background script is invoked
/bin/bash /usr/local/bin/startB &
# These also don't work:
# (/bin/bash /usr/local/bin/startB) & ; disown
# setsid -f (/bin/bash /usr/local/bin/startB) & ; disown
# Unfortunately, the exit in the following line doesn't force libvirt to move on to the next guest to start unti...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...m unsigned char
-        */
-
</del><span class="cx"> bool FindFirstUnusedColour(unsigned char * r , unsigned char * g , unsigned char * b , unsigned char startR = 1, unsigned char startG = 0, unsigned char startB = 0) ;
</span><del>-        /**
-         * \brief Finds the handler with the given name.
-       &...