Add bin/,cd

Add bin/,drive
Add bin/,review
Add bin/,review-renovate
This commit is contained in:
2023-07-24 12:41:43 +02:00
parent d80976a36b
commit ef2da35882
4 changed files with 68 additions and 0 deletions

10
bin/executable_,cd Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
nohup toolkit github fuzzy-clone update >/dev/null 2>&1 &
choice=$(toolkit github fuzzy-clone --print-dest)
if [[ $? -ne 0 ]]; then
return $?
fi
cd "$(echo "$choice" | tail --lines 1)"