Skip to content

Commit

Permalink
Add run_julia script
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Feb 18, 2023
1 parent 01c1c53 commit bee66f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/run_julia
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if [[ $(basename $(pwd)) == "bin" ]]; then
cd ..
fi

julia --project

0 comments on commit bee66f3

Please sign in to comment.