WIP and add nope opener utility
This commit is contained in:
parent
04f950a799
commit
d100183b5c
3 changed files with 32 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
usage() {
|
||||
echo youtube-mp3
|
||||
}
|
||||
|
||||
# Check for youtube-dl in path
|
||||
if ! (which youtube-dl) ; then
|
||||
echo "No youtube-dl found in path"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue