4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
|
|
unzip -n "$1" -d ~/music
|
|
rm -rf "$1"
|