Last active 1752994328

Sigal launch script

Revision 74100de95d7912a0fa9482275e29efe15dca70cf

sigal.sh Raw
1#!/bin/sh
2
3export PATH="$PATH:/home/user/.local/bin"
4
5sigal build -c /home/user/sigal/sigal.conf.py /home/jce/gallery /home/user/sigal/_build
6sigal serve -c /home/user/sigal/sigal.conf.py -p 8080