|
|
|||
File indexing completed on 2026-04-09 07:48:47
0001 #!/bin/bash -l 0002 0003 outdir="/tmp/G4OpticksAnaMgr" 0004 mkdir -p $outdir 0005 0006 from=P:$outdir 0007 to=$outdir 0008 0009 0010 sync_cmd(){ cat << EOC 0011 rsync -zarv --progress --include='*/' --include='*.npy' --include='*.json' --exclude='*' "${from}/" "${to}/" 0012 EOC 0013 } 0014 0015 cmd=$(sync_cmd) 0016 echo $cmd 0017 eval $cmd 0018 0019 0020 0021 0022
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|