import replaces metadata

This commit is contained in:
ville rantanen
2015-02-26 12:36:10 +02:00
parent 531a3ffb80
commit e3509c14d3
2 changed files with 4 additions and 5 deletions

2
rm_bg
View File

@@ -11,7 +11,7 @@ function helpexit() {
tempfolders=()
for f in "$@"; do
d=$( readlink -nf $( dirname "$f" ) )/.rmgb.$$
d=$( readlink -nf $( dirname "$f" ) )/.rm_bg.$$
mkdir -p "$d"
mv $f "$d"/
tempfolders+=( "$d" )