dotfiles/scripts/notify_slack_waybar_wrapper.sh

7 lines
165 B
Bash
Raw Normal View History

#!/bin/bash
source /home/thomas/.env
# Execute the Slack notifier script with arguments passed to this wrapper
/home/thomas/repos/slack-notifier/src/index.js "$@"