201309090
This commit is contained in:
8
exportPwsafe.sh
Executable file
8
exportPwsafe.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
KEY=$1
|
||||
FOLDER=`date +"%Y%m%d"`
|
||||
mkdir $FOLDER
|
||||
cd $FOLDER
|
||||
pwsafe --exportdb > expo.dat
|
||||
~/bin/encryptFileByRSA.sh expo.dat $KEY
|
||||
|
||||
Reference in New Issue
Block a user