5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
|
|
export PASSWORD_STORE_DIR="$HOME/know/id"
|
|
export PASSWORD_STORE_GENERATED_LENGTH=16
|