~will-clarke/super-simple-static-site-generator

304db12ce1adb6fbe211411c35f32deb2684c2cc — William Clarke 2 years ago cbad627
Add super helpful info if people are using the script wrong
1 files changed, 7 insertions(+), 0 deletions(-)

M ssssg
M ssssg => ssssg +7 -0
@@ 112,4 112,11 @@ generate_rss_feed() {
    echo "</channel></rss>"
}

if [ $# -gt 0 ]; then
    echo "Usage: ssssg"
    echo "  No need to pass any arguments in."
    echo "  Read the README.md from  https://git.sr.ht/~will-clarke/super-simple-static-site-generator for more information."
    exit 1
fi

main