Difference between revisions of "GSDP:GAM100/API/Code"
From Inside
< GSDP:GAM100 | API
>Justin.chambers |
({{GSDP}} that is...) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{GSDP}} | |
− | |||
− | |||
− | |||
Edit to see an example of an inline style<code> #bodyContent { background-color: lightgrey; }</code> | Edit to see an example of an inline style<code> #bodyContent { background-color: lightgrey; }</code> |
Latest revision as of 21:14, 16 April 2018
Edit to see an example of an inline style #bodyContent { background-color: lightgrey; }
cya_init="spawn sudo su - cyrusadmin; expect -re \"cyradm>\"; send \"connect localhost\n\"; "
cya_exit="expect -re \"localhost>\"; send \"exit\n\"; sleep 0.1; "
function cyradm.Auto { expect -c "$cya_init $cya_auth $cya_null $1 sleep 0.1; $cya_null $cya_exit " ;} # Wrapper
function cyradm.lamB { cyradm.Auto "send \"lam \\\"$1\\\"\n\";" ;} # Bad looking output
function cyradm.lam { out=$( echo $(cyradm.lamB "$1" | cat -v | grep "> lam \| lrs\|not exist" | sed 's%\^M%%g;s%localhost> lam %%' )) ; if [[ "$out" == *"Mailbox does not exist" ]] ; then cyradm.cm "$1" ; cyradm.lam "$1" ; else echo "$out" ; fi ;} # If Mailbox does not exist then create it.
function cyradm.samG { cyradm.Auto "send \"sam \\\"$1\\\" $2 lrs\n\";" | grep "BeQuiet" ;} # Grant Read Only
Hay doing thing:
me@here:~$ execute things