minor updates
This commit is contained in:
+2
-1
@@ -86,8 +86,9 @@ fi
|
|||||||
|
|
||||||
# Create a new C project.
|
# Create a new C project.
|
||||||
if [[ $LANG == "c" ]]; then
|
if [[ $LANG == "c" ]]; then
|
||||||
cp -r ~/templates/c ./$NAME # Copy the template C file.
|
mkdir $NAME
|
||||||
cd $NAME
|
cd $NAME
|
||||||
|
cp -r ~/templates/c/main.c . # Copy the template C file.
|
||||||
mark; # Bookmark new project.
|
mark; # Bookmark new project.
|
||||||
|
|
||||||
# Create a new C# project with dotnet.
|
# Create a new C# project with dotnet.
|
||||||
|
|||||||
Reference in New Issue
Block a user