diff --git a/src/tidler b/src/tidler index 66d5d4a..83d762b 100644 --- a/src/tidler +++ b/src/tidler @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/sh downloadTrack() { echo "Downloading track with ID: $1" @@ -47,4 +47,3 @@ elif [ "$option" -eq 2 ]; then searchTrack fi -