Project Variables

Table of Contents

Project Variables

(defvar wal-sh/base (or (getenv "WAL_SH_BASE") (expand-file-name default-directory))
  "Base directory for wal.sh project.")

(defvar wal-sh/publishing (or (getenv "WAL_SH_PUBLISHING") "/ssh:www_wal_sh@wal.sh:~/wal.sh/")
  "Remote publishing directory for wal.sh project.")

(defvar wal-sh/local-output (or (getenv "WAL_SH_LOCAL_OUTPUT") (expand-file-name "~/public_html"))
  "Local output directory for wal.sh project.")

Author: Jason Walsh

jwalsh@nexus

Last Updated: 2025-07-30 13:45:27

build: 2025-12-23 09:13 | sha: e32f33e