diff options
author | Oxore <oxore@protonmail.com> | 2023-08-07 00:15:22 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-08-07 00:15:22 +0300 |
commit | e73d751459a5777809a18ec322e3e7f6db59ce9d (patch) | |
tree | 1072cfc2e3afd4092f541a8fc034d2296186bf99 /test.sh | |
parent | 85139bd2345bd8b76cb1725ad08eea4a27fabb13 (diff) |
Extract function to parse sub arg inside parens
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,4 +11,5 @@ set INCLUDE68=e:\\sierra\\include set TEMP=c:\\tmp END echo "asm68 -l -Q -o test1.o test1.S" >>"$dosbuild_dir/build.bat" +echo "asm68 -l -Q -o test2.o test2.S" >>"$dosbuild_dir/build.bat" dosemu -quiet -K "$dosbuild_dir" -E'build.bat' |