Update bin/,cd
This commit is contained in:
parent
52752e29f7
commit
62fabf958c
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
( nohup toolkit github fuzzy-clone update >/dev/null 2>&1 & )
|
( nohup fuzzy-clone cache update >/dev/null 2>&1 & )
|
||||||
|
|
||||||
choice=$(toolkit github fuzzy-clone --print-dest)
|
choice=$(fuzzy-clone)
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user