How can I use it in shell script? #83
Unanswered
andersonid
asked this question in
Q&A
Replies: 1 comment
-
How do you run the script? Your PATH is likely different when you call it. Try this in terminal:
For example. And then put that path into a var in the script:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I'm trying to use the brotab command inside a shell script with no luck! 👎
This line of the code works like a charm on terminal. But I cant get work in script.
#!/bin/bash
bt navigate $(bt new $(bt list | grep -i gmail | grep -o '^\S*' | cut -c1-1)) "https://calendar.google.com"
What's wrong with shell script code if is the same piece of sh#$%! that works on terminal?
Beta Was this translation helpful? Give feedback.
All reactions