mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-01 04:05:24 +08:00
Merge pull request #1016 from fuksito/master
Helpers for encoding/decoding base64
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
encode64(){ echo -n $1 | base64 }
|
||||
decode64(){ echo -n $1 | base64 -D }
|
||||
Reference in New Issue
Block a user