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:
committed by
Cotes Chung
parent
02a269910f
commit
032706d27f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user