mk-slides.sh 591 B

123456789101112131415161718
  1. #!/bin/sh
  2. # cpan Pod::S5
  3. #perl -MTest::Pod -e'pod_file_ok q(frozenperl_2010.pod)' && \
  4. #pod2s5 --theme rurban --creation "Minneapolis Sat Feb 7, 2010" \
  5. # --name "Frozen Perl 2010" \
  6. # --where "Reini Urban" frozenperl_2010.pod
  7. perl -MTest::Pod -e'pod_file_ok q(yapceu_2010.pod)' && \
  8. pod2s5 --theme rurban --creation "Pisa Wed Aug 4, 2010" \
  9. --name "YAPC::EU 2010" \
  10. --where "Reini Urban" yapceu_2010.pod
  11. #perl -MTest::Pod -e'pod_file_ok q(cp_light.pod)' && \
  12. #pod2s5 --theme rurban --creation "Austin Tue Oct 11, 2011" \
  13. # --name "bootcamp 2011" \
  14. # --where "Reini Urban" cp_light.pod