mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
4 lines
126 B
Bash
Executable file
4 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 '"'
|