wurmlab / oswitch

Provides access to complex Bioinformatics software (even BioLinux!) in just one command.
76 stars 9 forks source link

give examples if nothing installed. Closes #17 #19

Closed yannickwurm closed 9 years ago

yannickwurm commented 9 years ago

Signed-off-by: Yannick Wurm y.wurm@qmul.ac.uk

yeban commented 9 years ago

Thanks. Use heredoc for string spanning several lines and when you want to preserve indentation.

puts <<MSG
bla bla
  foo bla
MSG