mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 03:15:21 +08:00
Plugin for encoding strings into base64 and decoding them
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