diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/examplefilecopy.sh | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/examplefilecopy.sh')
| -rw-r--r-- | sourcecodes/examplefilecopy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sourcecodes/examplefilecopy.sh b/sourcecodes/examplefilecopy.sh index cd49d670..b10aca42 100644 --- a/sourcecodes/examplefilecopy.sh +++ b/sourcecodes/examplefilecopy.sh @@ -6,6 +6,6 @@ do echo "Processing $f file..." new=${f//$2/$3} # take action on each file. $f store current file name - #echo "new Processing $new file..." - cp $f ../$new -done \ No newline at end of file + # echo "new Processing $new file..." + cp $f /var/lib/genenet/bnw/$new +done |
