File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 15
15
# @raycast.currentDirectoryPath ~
16
16
# @raycast.packageName Raycast Scripts
17
17
# @raycast.needsConfirmation false
18
+ # @raycast.description Write a nice and descriptive summary about your script command here
19
+ #
20
+ # Author information:
21
+ # @raycast.author Your name
22
+ # @raycast.authorURL An URL for one of your social medias
18
23
19
24
echo " Hello from My First Script"
Original file line number Diff line number Diff line change 15
15
// @raycast.currentDirectoryPath ~
16
16
// @raycast.packageName Raycast Scripts
17
17
// @raycast.needsConfirmation false
18
+ // @raycast.description Write a nice and descriptive summary about your script command here
19
+ //
20
+ // Author information:
21
+ // @raycast.author Your name
22
+ // @raycast.authorURL An URL for one of your social medias
23
+
18
24
19
25
print ( " Hello from My First Script " )
You can’t perform that action at this time.
0 commit comments