aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/niwa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/niwa.sh')
-rw-r--r--scripts/niwa.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/niwa.sh b/scripts/niwa.sh
index 623763d..e1f29d6 100644
--- a/scripts/niwa.sh
+++ b/scripts/niwa.sh
@@ -11,7 +11,6 @@ TEMPLATE_FILE="$GARDEN_DIR/template/template.org" # 模板文件目录
COMMAND_NEW="new" # 新建笔记
COMMAND_BUILD="build"
-
new_note() {
file_name=$1
cp $TEMPLATE_FILE "$NOTES_DIR/${file_name}.org" && echo "创建笔记成功:$NOTES_DIR/${file_name}.org"