Browse Source

Adding shitty installer

spesk1 4 years ago
parent
commit
0b6572a629
1 changed files with 11 additions and 0 deletions
  1. 11 0
      install.sh

+ 11 - 0
install.sh

@@ -0,0 +1,11 @@
+#!/bin/bash
+
+installDir="$HOME/.local/bin/"
+
+if [ ! -d $installDir ]; then
+	echo "Making $installDir"
+	mkdir -p $installDir
+fi
+
+echo "Copying bin"
+cp ./yt-split-track $installDir