.lib/sh/stubexec.sh

changeset 1110
e4edb1419e3f
parent 1002
8284b9cac608
child 1112
0ae7864c4ad8
equal deleted inserted replaced
1109:71d10acde172 1110:e4edb1419e3f
41 install_it 41 install_it
42 touch "$(realbin "$0")" # In case of no updates 42 touch "$(realbin "$0")" # In case of no updates
43 stubexec "$@" 43 stubexec "$@"
44 } 44 }
45 45
46 bina_install() {
47 local github_repo="$1"
48 mkdir -p ~/.local/bin
49 cd ~/.local/bin
50 curl -fsSL "https://bina.egoist.dev/${github_repo}?dir=." | sh
51 cd -
52 }
53
46 stubexec "$@" 54 stubexec "$@"

mercurial