added protable shebang
This commit is contained in:
parent
e4fa582c32
commit
e540967b26
5
kunst
5
kunst
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# ┬┌─┬ ┬┌┐┌┌─┐┌┬┐
|
# ┬┌─┬ ┬┌┐┌┌─┐┌┬┐
|
||||||
# ├┴┐│ ││││└─┐ │
|
# ├┴┐│ ││││└─┐ │
|
||||||
# ┴ ┴└─┘┘└┘└─┘ ┴
|
# ┴ ┴└─┘┘└┘└─┘ ┴
|
||||||
# Created by Siddharth Dushantha
|
# Created by Siddharth Dushantha
|
||||||
|
|
||||||
|
VERSION=1.0
|
||||||
COVER=/tmp/kunst.jpg
|
COVER=/tmp/kunst.jpg
|
||||||
MUSIC_DIR=~/Music/
|
MUSIC_DIR=~/Music/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue