organize/scripts/unzip-music.sh

5 lines
48 B
Bash
Raw Normal View History

2016-02-16 19:47:18 +01:00
#!/bin/sh
unzip -n "$1" -d ~/music
rm -rf "$1"