Skip to content

Commit def307c

Browse files
author
☈ king
committed
Better than ... install - uses -s and rehash.
1 parent 26df34a commit def307c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.sh/...install

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
...install() {(
3+
set -xe
4+
... install -s
5+
hash -r
6+
)}

0 commit comments

Comments
 (0)