4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
file_path=$1
|
|
ytp-transfer2 $file_path
|
|
rm -rf $file_path |