comparison: bin/cpm
bin/cpm
- changeset 915
- 55a1c83b3417
- child 932
- f87943eb16aa
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 set -eu |
|
3 . ~/.lib/sh/stubexec.sh |
|
4 |
|
5 stubexec $* |
|
6 |
|
7 curl -fsSL --compressed https://git.io/cpm | |
|
8 perl - install -g App::cpm |
|
9 |
|
10 plenv rehash || : |
|
11 |
|
12 stubexec $* |