1001:0597cb8f2d07 | 1002:8284b9cac608 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 set -eu | 2 set -eu |
3 | 3 |
4 # TODO: add an expiry system to stubexec? | 4 age_limit=7 |
5 | 5 |
6 install_it() { | 6 install_it() { |
7 go install github.com/charmbracelet/gum@latest | 7 go install github.com/charmbracelet/gum@latest |
8 asdf reshim || : | 8 asdf reshim || : |
9 } | 9 } |