Skip to content

Commit

Permalink
Update 2024-08-28-spotlight.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoukekestar authored Sep 1, 2024
1 parent 8bfd805 commit 10b0ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-07~09/2024-08-28-spotlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags: [shell]
新建一个 shell 脚本,并以 `.command` 结尾即可,例如:

```shell
!/usr/bin/env sh
#!/usr/bin/env sh
echo "hello spotlight"
```

Expand All @@ -26,7 +26,7 @@ echo "hello spotlight"


```sh
!/usr/bin/env sh
#!/usr/bin/env sh

echo "hello spotlight"

Expand Down

0 comments on commit 10b0ee6

Please sign in to comment.