diff --git a/bitmap/build.bat b/bitmap/build.bat index 4558362..88b64a1 100644 --- a/bitmap/build.bat +++ b/bitmap/build.bat @@ -1 +1,3 @@ -../vcbuild.bat main \ No newline at end of file +call ../vcbuild.bat main +main.exe +pause \ No newline at end of file diff --git a/cp-Linux/buid.sh b/cp-Linux/buid.sh new file mode 100644 index 0000000..4cac8be --- /dev/null +++ b/cp-Linux/buid.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +gcc -o main main.cpp +./main \ No newline at end of file diff --git a/cp-homework/buid.sh b/cp-homework/buid.sh new file mode 100644 index 0000000..4cac8be --- /dev/null +++ b/cp-homework/buid.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +gcc -o main main.cpp +./main \ No newline at end of file diff --git a/cp-homework/build.bat b/cp-homework/build.bat new file mode 100644 index 0000000..3065f37 --- /dev/null +++ b/cp-homework/build.bat @@ -0,0 +1,3 @@ +call ../vcppbuild.bat main +main.exe +pause \ No newline at end of file diff --git a/cp/build.bat b/cp/build.bat index 828633c..c1e29b8 100644 --- a/cp/build.bat +++ b/cp/build.bat @@ -1,3 +1,4 @@ call ../vcppbuild.bat main move main.exe cp.exe -cp test.txt test2.txt \ No newline at end of file +cp test.txt test2.txt +pause \ No newline at end of file