#!/bin/bash
# Main executable for Smart Clipboard Manager
# This runs the clipboard monitor in the background

exec python3 /usr/local/lib/smart-clipboard/main.py
