This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Settings | |
"set nosmoothscroll | |
"let fullpagescrollpercent = 100 | |
"let lastactivetablimit = 50; | |
"let lastclosedtablimit = 50; | |
"let scrollduration = 25 | |
"let scrollstep = 65 | |
"let zoomstep = 15 | |
"let hintcharacters = "1234567890"; | |
"let homeurl = "http://google.com"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Starting consumer..." | |
exec 2>&1 | |
exec php process.php |
NewerOlder