diaposishell

Slides on the terminal
git clone git://git.meso-star.fr/diaposishell.git
Log | Files | Refs | README | LICENSE

run_example.sh (122B)


      1 #!/bin/sh -e
      2 slides=$(find example -name "*.txt" -o -name "*.sh" | sort)
      3 ./diaposishell -x "${slides}" "That's all folks"