parent
1120f97305
commit
db27635d8b
1 changed files with 2 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
encode64(){ echo -n $1 | base64 } |
||||
decode64(){ echo -n $1 | base64 -D } |
||||
Loading…
Reference in new issue