Created
October 14, 2021 07:26
-
-
Save lmlsna/dd4fc3df0eb3511f912ca1793a406b31 to your computer and use it in GitHub Desktop.
BASH oneliner to get current user's private Keybase kbfs mount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
privdir="$(keybase config get -d -b mountdir)/private/$(keybase config get -d -b current_user)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment