Sravan Balaji 22e17d1e9d Minor Cleanup of spicetify-cli-bin and notify-send-py
- Use env in shebang for notify-send.py
- Move spicetify script to a file
2024-11-30 18:39:40 -05:00

3 lines
69 B
Python

#!/usr/bin/env sh
exec python3 -m notify_send_py.notify_send_py "$@"