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