From b3ed778f6452211bc4070ba7644ea3247ad8f234 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 28 Dec 2020 12:39:16 +0100 Subject: Repairing playlist An error occured when no playlists were found AND we wanted to create one. Also populated the objects files to meet the specs of the teach. Creating a run command, might delete later.. --- run | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 run (limited to 'run') diff --git a/run b/run new file mode 100755 index 0000000..528673d --- /dev/null +++ b/run @@ -0,0 +1,4 @@ +#!/bin/bash +#coding: utf-8 + +javac jMusicHub.java && java jMusicHub -- cgit v1.2.3