Update bin/,cd

This commit is contained in:
Kasper Juul Hermansen 2024-03-09 01:44:18 +01:00
parent 52752e29f7
commit 62fabf958c
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -1,9 +1,9 @@
#!/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
return $?
fi