mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-05-24 13:45:03 +00:00
17 lines
289 B
Bash
Executable File
17 lines
289 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title bash script cmd
|
|
# @raycast.mode fullOutput
|
|
|
|
# Optional parameters:
|
|
# @raycast.icon 🤖
|
|
|
|
# Documentation:
|
|
# @raycast.author huakunshen
|
|
# @raycast.authorURL https://raycast.com/huakunshen
|
|
|
|
echo "Hello World!"
|
|
|