3 lines
41 B
Text
3 lines
41 B
Text
|
#!/bin/sh
|
||
|
mv "$1" "$(st-unarchive "$1")"
|