Added python project; fixed spelling of folder
This commit is contained in:
11
Python Projects/gtk/AnimeFreakDL/dlAnime.sh
Executable file
11
Python Projects/gtk/AnimeFreakDL/dlAnime.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# set -o xtrace ## To debug scripts
|
||||
# set -o errexit ## To exit on error
|
||||
# set -o errunset ## To exit if a variable is referenced but not set
|
||||
|
||||
|
||||
function main() {
|
||||
python3 AnimeFreakDL.py
|
||||
}
|
||||
main $@;
|
||||
Reference in New Issue
Block a user