added protable shebang
This commit is contained in:
parent
e4fa582c32
commit
e540967b26
1 changed files with 3 additions and 2 deletions
5
kunst
5
kunst
|
@ -1,9 +1,10 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# ┬┌─┬ ┬┌┐┌┌─┐┌┬┐
|
||||
# ├┴┐│ ││││└─┐ │
|
||||
# ┴ ┴└─┘┘└┘└─┘ ┴
|
||||
# ┴ ┴└─┘┘└┘└─┘ ┴
|
||||
# Created by Siddharth Dushantha
|
||||
|
||||
VERSION=1.0
|
||||
COVER=/tmp/kunst.jpg
|
||||
MUSIC_DIR=~/Music/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue