Files
bin/keep_temp
rozbrian 304cbcc554 update
2026-01-10 20:46:22 +09:00

4 lines
64 B
Bash
Executable File

#!/bin/bash
NEWFILE="$(cut_ext "$1").$2.mp4"
mv "$2" "$NEWFILE"