File size: 84 Bytes
cefa210 |
1 2 3 4 |
git add -A
git commit -m "$(sed 's/\r/\n/g' run_stream.512.log | tail -1)"
git push
|
cefa210 |
1 2 3 4 |
git add -A
git commit -m "$(sed 's/\r/\n/g' run_stream.512.log | tail -1)"
git push
|