mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Uncomment the copy command for migration
This commit is contained in:
parent
771ba88a91
commit
067674ca52
@ -11,7 +11,7 @@ echo This will create a new folder called $DEST with a copy of the data in $SRC
|
||||
echo suitably modified to work with OSCAR
|
||||
#
|
||||
#echo Copying $SRC to $DEST may take a while if you have many months of data
|
||||
#cp -r $SRC $DEST
|
||||
cp -r $SRC $DEST
|
||||
cd $DEST
|
||||
#
|
||||
for f in *.xml ; do
|
||||
|
Loading…
Reference in New Issue
Block a user