Creating new completion scheme for buildbot and repo tools

This commit is contained in:
Gaetan SEMET 2013-02-12 14:50:46 +01:00
commit f84b2eddeb
12 changed files with 507 additions and 1 deletions

View file

@ -1,4 +1,4 @@
encode64(){ echo -n $1 | base64 }
decode64(){ echo -n $1 | base64 -D }
decode64(){ echo -n $1 | base64 -d }
alias e64=encode64
alias d64=decode64