mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/usr/bin/env bash
|
|
|
|
version="${version:-${1}}"
|
|
os="${os:-${2}}"
|
|
arch="${arch:-${3}}"
|