mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
feat(kb/keybase): add troubleshooting
This commit is contained in:
9
snippets/find.sh
Normal file
9
snippets/find.sh
Normal 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
|
||||
Reference in New Issue
Block a user