Skip to content

Commit

Permalink
Merge pull request #91 from TUTAMKHAMON/arc
Browse files Browse the repository at this point in the history
Add arc to the list of supported browsers
  • Loading branch information
prasmussen authored Apr 4, 2024
2 parents 4be5574 + 72e4462 commit 63260bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ chrome-cli has been tested with the following browsers:
- Brave
- Vivaldi
- Edge
- Arc

### Other browsers

Expand Down Expand Up @@ -48,6 +49,7 @@ This will install:
- brave-cli
- vivaldi-cli
- edge-cli
- arc-cli

## JavaScript execution and viewing source

Expand Down
4 changes: 4 additions & 0 deletions scripts/arc-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export CHROME_BUNDLE_IDENTIFIER="company.thebrowser.Browser"
chrome-cli "$@"

0 comments on commit 63260bb

Please sign in to comment.