diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-08-11 18:21:14 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-08-11 18:21:14 +0530 |
| commit | 0156e5e9b6bfb6ddee079d1d021d177041cd0f44 (patch) | |
| tree | f17ef9f0c1de0892f1ca86d823a743c2bec8ac80 /scripts/notify.sh | |
| parent | 44c721023d0a48db6dbba4b5aee1f45d062bb4f3 (diff) | |
| download | nixos-config-0156e5e9b6bfb6ddee079d1d021d177041cd0f44.tar.gz nixos-config-0156e5e9b6bfb6ddee079d1d021d177041cd0f44.zip | |
feat: music player config
Diffstat (limited to '')
| -rwxr-xr-x | scripts/notify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/notify.sh b/scripts/notify.sh index 5111b87..2c07dee 100755 --- a/scripts/notify.sh +++ b/scripts/notify.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # All the wrapping wierdness to add support for cron # https://wiki.archlinux.org/index.php/Desktop_notifications#Usage_in_programming |
