about summary refs log tree commit diff
path: root/sourcecodes/examplefilecopy.sh
diff options
context:
space:
mode:
authorziejd22021-02-24 15:19:03 -0600
committerziejd22021-02-24 15:19:03 -0600
commit1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch)
treed4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/examplefilecopy.sh
parenta2b306b10fb07f07c63235861ccfe460153e8609 (diff)
downloadBNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/examplefilecopy.sh')
-rw-r--r--sourcecodes/examplefilecopy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sourcecodes/examplefilecopy.sh b/sourcecodes/examplefilecopy.sh
index b10aca42..d99865f7 100644
--- a/sourcecodes/examplefilecopy.sh
+++ b/sourcecodes/examplefilecopy.sh
@@ -7,5 +7,5 @@ do
   new=${f//$2/$3} 
   # take action on each file. $f store current file name
   # echo "new Processing $new file..."
-  cp $f /var/lib/genenet/bnw/$new
-done
+  cp $f /tmp/bnw/$new
+done
\ No newline at end of file