organize/scripts/unzip-music.sh
2016-02-16 19:47:18 +01:00

4 lines
48 B
Bash
Executable file

#!/bin/sh
unzip -n "$1" -d ~/music
rm -rf "$1"