1
0
Fork 0

Put archive directory in variable WNAR

This commit is contained in:
gg 2023-09-13 15:42:31 -07:00
parent 01c5cc79ad
commit 6a04362c80
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
PATH=/home/gg/.local/bin:/usr/local/bin:/run/wrappers/bin:/home/gg/.nix-profile/bin:/etc/profiles/per-user/gg/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin
TZ=Asia/Tokyo
WNAR=/home/gg/public_html/wn-archive
# schedule
# m h dom mon dow command
1 20,23,2,5,8,11 * * * cd /home/gg/public_html/wn-archive && schedule-archive.sh
1 20,23,2,5,8,11 * * * cd $WNAR && schedule-archive.sh
# mscale
# m h dom mon dow command
3 * * * * cd /home/gg/public_html/wn-archive && mscale-archive.sh
3 * * * * cd $WNAR && mscale-archive.sh
# video
5 * * * * cd /home/gg/public_html/wn-archive && video-archive.sh
5 * * * * cd $WNAR && video-archive.sh