diff options
author | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-12-29 11:48:29 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-12-29 11:48:29 +0200 |
commit | 876f379aab094ffb029c6c8f17ff2d73d92a8f1e (patch) | |
tree | 7499b76879ba12d1825f073f07192deed07c075f /archive.sh | |
parent | c7fb2ef2232f6d75b94391dd22bf68683e80da91 (diff) | |
download | FinalStore-master.tar.gz FinalStore-master.tar.bz2 FinalStore-master.zip |
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 |