5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
FILE=$1
|
|
~/bin/decryptFileByRSA.sh $FILE ~/.ssh/id_rsa
|
|
|