Skip to content

Commit

Permalink
linux
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jul 31, 2020
1 parent 3488222 commit 840233e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gen.bash
Expand Up @@ -24,10 +24,10 @@ if [ ! -z "$user" ]; then
fi

echo "$password
$userline" | pbcopy
$userline" | xclip -i -selection clipboard

pass edit $passname

echo -n $password | pbcopy
echo -n $password | xclip -i -selection clipboard

$HOME/bin/sync
$HOME/bin/syncup
4 changes: 2 additions & 2 deletions setup.sh
@@ -1,3 +1,3 @@
#!/bin/sh
mkdir -p /usr/local/lib/password-store/extensions
ln -s `pwd`/gen.bash /usr/local/lib/password-store/extensions/gen.bash
mkdir -p /usr/lib/password-store/extensions
ln -s `pwd`/gen.bash /usr/lib/password-store/extensions/gen.bash

0 comments on commit 840233e

Please sign in to comment.