comparison: bin/gum
bin/gum
- changeset 996
- 5563c242fe04
- child 1002
- 8284b9cac608
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 set -eu |
|
3 |
|
4 # TODO: add an expiry system to stubexec? |
|
5 |
|
6 install_it() { |
|
7 go install github.com/charmbracelet/gum@latest |
|
8 asdf reshim || : |
|
9 } |
|
10 |
|
11 . ~/.lib/sh/stubexec.sh |