2021-08-17 00:22:23 +01:00

6 lines
72 B
Bash
Executable File

#!/usr/bin/env bash
while read l; do mv $l $1; done <./list
rm ./list