This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/gitea/try.sh

8 lines
165 B
Bash

for file in /home/giles/stack/gitea/*
do
FILENAME=$(basename "$file")
echo "$file"
echo $FILENAME
#envsubst < "$file" > /data/gitea/templates/$FILENAME
done