#!/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"