Make scripts executable.

This commit is contained in:
Peter Green 2023-01-08 15:39:23 +00:00
parent 274975a240
commit 1d7e544dec
3 changed files with 6 additions and 0 deletions

2
YT-DL.sh Normal file → Executable file
View File

@ -1,5 +1,7 @@
#!/bin/bash
# This file should be executable
##################################################
# #
# Script for downloading YouTube videos #

2
install.sh Normal file → Executable file
View File

@ -1,5 +1,7 @@
#!/bin/bash
# This file should be executable
# Determine where we are...
pwd=$(pwd)

2
uninstall.sh Normal file → Executable file
View File

@ -1,5 +1,7 @@
#!/bin/bash
# This file should be executable
# Remove YT-DL-W
echo "Removing youtube-dl-wrapper..."
rm -R ~/bin/YT-DL