a59673a49b
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
3 lines
111 B
Text
3 lines
111 B
Text
mount /dev/sdc1 /mnt
|
|
find /mnt -type f -exec mv {} ~nico/photos/eingehend
|
|
chown -R nico ~nico/photos/eingehend
|