We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
... install
1 parent 26df34a commit def307cCopy full SHA for def307c
.sh/...install
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+...install() {(
3
+ set -xe
4
+ ... install -s
5
+ hash -r
6
+)}
0 commit comments