manual.sh - sfeed_tests - sfeed tests and RSS and Atom files
HTML git clone git://git.codemadness.org/sfeed_tests
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
manual.sh (292B)
---
1 #!/bin/sh
2 sfeed_update /dev/null # should say feeds function is not defined.
3 sfeed_update nonexistant
4 sfeed_update `pwd` # directory
5 sfeed_update /root # directory, no access
6 sfeed_update /root/.sfeed/sfeedrc # no access
7
8 #sfeed_update "" # empty: loads default
9 #sfeed_update # loads default