Our community is getting an upgrade on July 2nd! Learn more in the FAQs →
Forum Discussion
fmn
2 years agoNew Contributor
Unable to use op Outside a Terminal
Hello,
I'm wondering if it's possible to op outside a terminal, e.g. when started by an application launcher. The following script illustrates my use case:
op items list > ~/out 2>&1
...
Anonymous
2 years agoTry adding the following line at the beginning of your script:
#!/bin/bash