feat(kb/keybase): add troubleshooting

This commit is contained in:
Michele Cereda
2024-02-19 21:24:11 +01:00
parent d4a031b2c3
commit 42661cac8d
3 changed files with 31 additions and 4 deletions

9
snippets/find.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env sh
# Ignore permission errors.
# -------------------------
find '/' -type 'f' -name 'git-remote-keybase' 2>/dev/null
# GNU find.
find '/' -type 'f' -name 'git-remote-keybase' -readable