mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
17 lines
434 B
Bash
Executable File
17 lines
434 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Raycast Script Command Template
|
|
#
|
|
# Duplicate this file and remove ".template." from the filename to get started.
|
|
# See full documentation here: https://github.com/raycast/script-commands
|
|
#
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title My First Script
|
|
# @raycast.mode fullOutput
|
|
#
|
|
# Optional parameters:
|
|
# @raycast.icon 🤖
|
|
# @raycast.packageName Raycast Scripts
|
|
|
|
echo "Hello from My First Script" |