diff --git a/.scripts/extract b/.scripts/extract index 0357df28..e8dd4402 100755 --- a/.scripts/extract +++ b/.scripts/extract @@ -1,26 +1,38 @@ #!/bin/sh -[ -n "$(command -v atool)" ] && echo "You should use atool instead." +if [ $# -eq 0 ]; then + cat<