Code Sample |
#!/bin/bash mydsl-load /home/dsl/openoffice.dsl sudo /opt/openoffice/soffice --calc |
Quote |
Maybe there is a way to add lines to the DSL-file itself |
Quote |
This simple script doesn't check for an already loaded openoffice.dsl which would be a nice thing to add. It would need to skip that first mydsl-load line if one of the openoffice files was present. |