diff options
author | Saumit <justsaumit@protonmail.com> | 2024-08-25 20:50:56 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2024-08-25 20:50:56 +0530 |
commit | c5a17009b9bdbc2abdcd2ea5a586d6d6404a4405 (patch) | |
tree | 084a7a3004cc1d648fe2ae179b210b3a4559cab3 /.scripts/4chget | |
parent | f4b5c805fea44aba82b31a7e9f7a7ae2aed965de (diff) |
.scripts: Adding current wallp script and 4chget-correction in savepath
Diffstat (limited to '.scripts/4chget')
-rwxr-xr-x | .scripts/4chget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/4chget b/.scripts/4chget index 1317824..b4a7446 100755 --- a/.scripts/4chget +++ b/.scripts/4chget @@ -1,6 +1,6 @@ #!/bin/bash -rootpapesdir="$HOME/pix/wallpaper/4chget" +rootpapesdir="$HOME/pix/Wallpaper/4chget" [ -d "$rootpapesdir" ] || mkdir "$rootpapesdir" echo "Welcome to 4chan web/image scrapping script" |