This commit is contained in:
Luk Lu
2023-03-08 09:22:22 +08:00
parent 840b9e9da8
commit 988d31dd22
6 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
PREFIX=%miki
SUFFIX=miki%
if [[ "$(uname)" = "Darwin" ]]
if [ "$(uname)" = "Darwin" ]
then
LC_CTYPE='C' sed -i '' "s/^$PREFIX//" $1
LC_CTYPE='C' sed -i '' "s/$SUFFIX$//" $1