Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Created March 16, 2021 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chapmanjacobd/be926b514c74ca7b0715044f805d36af to your computer and use it in GitHub Desktop.
Save chapmanjacobd/be926b514c74ca7b0715044f805d36af to your computer and use it in GitHub Desktop.
open mobile tabs from file
#!/bin/bash
exec am start --user 0 -a android.intent.action.VIEW -n org.mozilla.fennec_fdroid/.App -d "$1" >/dev/null
#!/bin/bash
head -20 ../d/00_Metadata/tabs.txt | xargs -n1 -t sh ./open-in-firefox.sh
sed -i -e 1,20d ../d/00_Metadata/tabs.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment