diff options
Diffstat (limited to 'archive.sh')
-rwxr-xr-x | archive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Collect archived assets to a text file +# Collect archive asset to a text file DST="/tmp/finalstore/archive" if [ ! -d $DST ]; then mkdir -p $DST |