shite

Static site generator script
git clone _git@git.zakaria.org/shite.git
Log | Files | Refs | README

makefile (141B)


      1 .POSIX:
      2 .SUFFIXES:
      3 .PHONY: check
      4 
      5 all: check
      6 
      7 check:
      8 	-shellcheck -s sh -x shite
      9 	-shellcheck -s sh -x index.sh
     10 	-shellcheck -s sh -x rss.sh