listeden_sil

This commit is contained in:
milisarge 2017-03-05 10:06:02 +02:00
parent 037c5e2e0d
commit 5d35776da5
2 changed files with 6 additions and 0 deletions

6
bin/listeden_sil Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm -rf /tmp/$1
mkdir -p /tmp/$1
for dosya in `cat $1`;do
mv $dosya "/tmp/$1/"
done

Binary file not shown.