2ad80a9c67
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
16 lines
254 B
Bash
Executable File
16 lines
254 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title Litra Glow On
|
|
# @raycast.mode silent
|
|
|
|
# Optional parameters:
|
|
# @raycast.icon 💡
|
|
|
|
# Documentation:
|
|
# @raycast.description Turn on Litra Glow light
|
|
|
|
cd ~/.bin/
|
|
./litractl on
|