Added 'Misc./terribly_old_scripts/tor-dl-cpy.sh'
This commit is contained in:
parent
3869183481
commit
b476de1132
8
Misc./terribly_old_scripts/tor-dl-cpy.sh
Executable file
8
Misc./terribly_old_scripts/tor-dl-cpy.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DL_FOLDER="/home/anon/Downloads"
|
||||
TOR_DL_FOLDER="/home/anon/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/Downloads"
|
||||
|
||||
for i in $TOR_DL_FOLDER/*; do
|
||||
cp "$i" "$DL_FOLDER/"
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user