You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
304 B
7 lines
304 B
function scp-vid
|
|
set dest_dir "/mnt/linux-files/Videos/personal-fortnite-games/review"
|
|
if test $argv[1] = 'pogo'
|
|
set dest_dir "/mnt/linux-files/Videos/pokemon-go"
|
|
end
|
|
scp -P 8022 192.168.0.18:/data/data/com.termux/files/home/storage/dcim/\'Screen\ recordings\'/$argv[2] $dest_dir
|
|
end
|