Hi All, I'm a bit tired of having to cd into a bibisect folder and do all the initial commands so I've created a launcher/script to do the first stuff but hitting a big of a snag. Script below:
#!/bin/sh cd /home/joel/Downloads/bibisect-43all sleep 5 git checkout . sleep 10 git bisect start latest oldest sleep 20 ./opt/program/soffice && sleep 5 . "$HOME/mycd" the launcher launches terminal and does everything until the last step . "$HOME/mycd" which is to actually cd into my bibisect folder so I can do "git bisect good/bad/skip". I know you can't just use cd with a script so I followed instructions and mycd is just a simple file containing: cd /home/joel/Downloads/bibisect-43all Thoughts appreciated - trying to automate some of these repetitive steps :-D If I can get it to work I'll add to bibisect page on how to create it if others are interested. Best, Joel _______________________________________________ List Name: Libreoffice-qa mailing list Mail address: [email protected] Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
