From 10b0ee685a66d3b80f9dde6b26b46a3814e0a00c Mon Sep 17 00:00:00 2001 From: keke Date: Sun, 1 Sep 2024 16:38:46 +0800 Subject: [PATCH] Update 2024-08-28-spotlight.md --- _posts/2024-07~09/2024-08-28-spotlight.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-07~09/2024-08-28-spotlight.md b/_posts/2024-07~09/2024-08-28-spotlight.md index 0adea4e..318af7a 100644 --- a/_posts/2024-07~09/2024-08-28-spotlight.md +++ b/_posts/2024-07~09/2024-08-28-spotlight.md @@ -16,7 +16,7 @@ tags: [shell] 新建一个 shell 脚本,并以 `.command` 结尾即可,例如: ```shell -!/usr/bin/env sh +#!/usr/bin/env sh echo "hello spotlight" ``` @@ -26,7 +26,7 @@ echo "hello spotlight" ```sh -!/usr/bin/env sh +#!/usr/bin/env sh echo "hello spotlight"