shenwei356 / rush

A cross-platform command-line tool for executing jobs in parallel
https://github.com/shenwei356/rush
MIT License
846 stars 63 forks source link

more firendly for python user #8

Closed KimBioInfoStudio closed 6 years ago

KimBioInfoStudio commented 6 years ago

when i usingh rush with seq 1| 'rush python -c "print("aaa")" ' error is parse the ""

shenwei356 commented 6 years ago
seq 1| 'rush python -c "print(\"aaa\")" '