Config File Collection

12345
  1. #!/bin/sh
  2. #
  3. if [ -r ~/todo.txt ]; then
  4. cat ~/todo.txt
  5. fi