223801 [2025-08-29 09:05:26 +0200 Aug Fri] cat test.asm 223802 [2025-08-29 09:06:54 +0200 Aug Fri] bar=4; nasm -DBAR=$bar test.asm -f obj -o test$bar.obj && ~/proj/omfdump/omfdump test$bar.obj | grep PUBLIC | tail -n1; ~/proj/msdos4.hg/hg/warplink.sh /mx test$bar.obj,test.exe,test.map\; > /dev/null && cat test.map | perl -pe 's/\s+TEST.ASM\s+TEST.OBJ//' | grep PUBLIC | grep FOO 223803 [2025-08-29 09:07:12 +0200 Aug Fri] bar=8; nasm -DBAR=$bar test.asm -f obj -o test$bar.obj && ~/proj/omfdump/omfdump test$bar.obj | grep PUBLIC | tail -n1; ~/proj/msdos4.hg/hg/warplink.sh /mx test$bar.obj,test.exe,test.map\; > /dev/null && cat test.map | perl -pe 's/\s+TEST.ASM\s+TEST.OBJ//' | grep PUBLIC | grep FOO 223804 [2025-08-29 09:07:42 +0200 Aug Fri] cp -ia test8.obj testi.obj 223805 [2025-08-29 09:08:21 +0200 Aug Fri] bdiff test8.obj test4.obj 223806 [2025-08-29 09:09:54 +0200 Aug Fri] ~/proj/omfdump/omfdump testi.obj 223807 [2025-08-29 09:10:30 +0200 Aug Fri] bar=i; ~/proj/omfdump/omfdump test$bar.obj | grep PUBLIC | tail -n1; ~/proj/msdos4.hg/hg/warplink.sh /mx test$bar.obj,test.exe,test.map\; > /dev/null && cat test.map | perl -pe 's/\s+TEST.ASM\s+TEST.OBJ//' | grep PUBLIC | grep FOO 223808 [2025-08-29 09:10:49 +0200 Aug Fri] ~/proj/msdos4.hg/hg/warplink.sh /mx test$bar.obj,test.exe,test.map\; 223809 [2025-08-29 09:11:29 +0200 Aug Fri] history 10 223810 [2025-08-29 09:11:41 +0200 Aug Fri] history 10 >> cmds.txt