Minor Cleanup of spicetify-cli-bin and notify-send-py

- Use env in shebang for notify-send.py
- Move spicetify script to a file
This commit is contained in:
Sravan Balaji
2024-11-30 18:29:49 -05:00
parent a558c76415
commit 22e17d1e9d
3 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,2 @@
#!/bin/sh
#!/usr/bin/env sh
exec python3 -m notify_send_py.notify_send_py "$@"