Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1016 from fuksito/master
Browse files Browse the repository at this point in the history
Helpers for encoding/decoding base64
  • Loading branch information
robbyrussell committed Jun 13, 2012
2 parents edc8b1e + db27635 commit 7bb2744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/encode64/encode64.plugin.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
encode64(){ echo -n $1 | base64 }
decode64(){ echo -n $1 | base64 -D }

0 comments on commit 7bb2744

Please sign in to comment.