diff options
Diffstat (limited to 'scripts/.scripts/books.sh')
| -rwxr-xr-x | scripts/.scripts/books.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/.scripts/books.sh b/scripts/.scripts/books.sh index 12741f4..f119107 100755 --- a/scripts/.scripts/books.sh +++ b/scripts/.scripts/books.sh @@ -1,12 +1,12 @@ #!/bin/sh ################################################################## -# ___ __ __ _ -# / _ \ _ __ ___ __ _ _ __ | \/ | __ _ __ _ __| |_ _ -#| | | | '_ ` _ \ / _` | '__| | |\/| |/ _` |/ _` |/ _` | | | | -#| |_| | | | | | | (_| | | | | | | (_| | (_| | (_| | |_| | -# \___/|_| |_| |_|\__,_|_| |_| |_|\__,_|\__, |\__,_|\__ | -# |___/ |___/ -# +# ___ __ __ _ # +# / _ \ _ __ ___ __ _ _ __ | \/ | __ _ __ _ __| |_ _ # +#| | | | '_ ` _ \ / _` | '__| | |\/| |/ _` |/ _` |/ _` | | | | # +#| |_| | | | | | | (_| | | | | | | (_| | (_| | (_| | |_| | # +# \___/|_| |_| |_|\__,_|_| |_| |_|\__,_|\__, |\__,_|\__ | # +# |___/ |___/ # +# # ################################################################## path="/home/pengu/Books/" |
