9 lines
242 B
Bash
Executable File
9 lines
242 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title Restore Layout
|
|
# @raycast.mode compact
|
|
# @raycast.packageName Window Management
|
|
|
|
OUTPUT=$(/opt/homebrew/bin/node $HOME/Developer/raycast-scripts/layout_engine.js restore)
|
|
echo "$OUTPUT" |