We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 6d3e8bdCopy full SHA for 6d3e8bd
README.md
get.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+for item in `wget -O - https://location.services.mozilla.com/downloads | grep "MLS-full-cell"`
3
+do
4
+echo "111 ${item}"
5
+done
6
+# | grep "`date +%Y-%m-%d`"
7
+
0 commit comments