1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

Fixed some spelling/typos

This commit is contained in:
mattpopovich
2020-06-01 00:45:48 -06:00
committed by Cotes Chung
parent 02a269910f
commit 032706d27f
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Files sync monitoer
# Files sync monitor
# v2.0
# https://github.com/cotes2020/jekyll-theme-chirpy
# © 2019 Cotes Chung
@@ -8,7 +8,7 @@
# $1 -> the origin file with absolute path.
# $2 -> the origin sync directory
# $3 -> the destination sync direcotry
# $3 -> the destination sync directory
# Omit the system temp file
if [[ ! -f $1 ]]; then