#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'gpg d_[web, PROJECTS] check none.sh' 
# www.BillHowell.ca  30Oct2025 initial 
# view in text editor, using constant-width font (eg courier), tabWidth = 3


# pinn_arcArch  "$d_bin"'gpg d_[web, PROJECTS] check none.sh'
#24************************24


#08********08
# Setup 

source  "$d_bin"'standard header.sh'

p_gpg="$d_bin"'gpg d_[web, PROJECTS] check results.txt'


#08********08
# code 

find "$d_web"       -type f  -name "*.gpg"  |  sort  -u  >"$p_gpg"
find "$d_PROJECTS"  -type f  -name "*.gpg"  |  sort  -u >>"$p_gpg"


# $ bash  "$d_bin"'gpg d_[web, PROJECTS] check none.sh'  

# enddoc
