C cyberish macrumors member Original poster Mar 19, 2021 #1 I need to add the same new lines to existing apple scripts at the beginning and the end of it. - How can this be done instead of editing each one by hand...
I need to add the same new lines to existing apple scripts at the beginning and the end of it. - How can this be done instead of editing each one by hand...
Slartibart macrumors 68040 Mar 19, 2021 #2 with a script! in the simplest form something like: cat oldscript newend > newscript or cat newsreader oldscript > newscript via terminal.
with a script! in the simplest form something like: cat oldscript newend > newscript or cat newsreader oldscript > newscript via terminal.