Skip to content

Commit aa3881d

Browse files
committed
modified local script
1 parent 0ded05f commit aa3881d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/localscript.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ cat $SCRIPTS_DIR/set_build_r.sh >> ~/.bashrc
2424
cat $SCRIPTS_DIR/welcome_msg.sh >> ~/.bashrc
2525

2626
#bash ~/.bashrc
27-
2827
# Remove git directory if it exists
2928
rm -rf .git
3029

@@ -42,14 +41,10 @@ local_script
4241

4342
# Remove the .vscode/settings.json file if it exists so that
4443
# it does not interfere with the devcontainer.json
45-
<<<<<<< HEAD
4644
rm -f "$WORK_DIR/.vscode/settings.json"
4745

4846
# 1. Build the ptrace helper library
4947
gcc -shared -fPIC -o "$SCRIPTS_DIR/allow_ptrace.so" "$SCRIPTS_DIR/allow_ptrace.c"
5048

5149
# 2. Mark the wrapper executable
5250
chmod +x "$SCRIPTS_DIR/launch_r.sh"
53-
=======
54-
rm -f .vscode/settings.json
55-
>>>>>>> 964acc0 ([pre-commit.ci] Fixing issues with pre-commit)

0 commit comments

Comments
 (0)