6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#!/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 "$@"
|