mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/usr/bin/env bash
|
|
temp=$(mktemp -d)
|
|
unzip -qq "$1" -d "$temp"
|
|
jq '.applications.gecko.id' "$temp"/manifest.json | tr -d '"'
|