Skip to content

Commit

Permalink
added bash script to set env vars outside of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TiaSinghania committed Jan 11, 2025
1 parent 6f292bd commit 1d860d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

export ROOT_DIR="/rb_ws"
export SCRIPTS_DIR="$ROOT_DIR/src/buggy/buggy"

0 comments on commit 1d860d8

Please sign in to comment.