adding quickfix

This commit is contained in:
Ramiro Paz
2026-03-09 15:35:32 -03:00
parent 0e8fe168ef
commit fe588e92f1
1222 changed files with 1408232 additions and 1 deletions

2
update_library.sh Normal file → Executable file
View File

@ -60,7 +60,7 @@ if [ -d "$cloned_repo" ]; then
#replace library imports
cd $project_directory
find quickfix -type f -exec sed -i 's|github.com/quickfixgo/quickfix|quantex.com/qfixtb/quickfix|g' {} +
find quickfix -type f -exec sed -i '' 's|github.com/quickfixgo/quickfix|quantex.com/qfixdpl/quickfix|g' {} +
echo "Library Updated"
else