Skip to content

Commit

Permalink
add script create_gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 28, 2024
1 parent bff3168 commit 850520b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/create_gif
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
if [[ $(basename $(pwd)) == "bin" ]]; then
cd ..
fi
julia --project="video" -e 'using Pkg; Pkg.instantiate(); include("video/create_gif.jl")'

0 comments on commit 850520b

Please sign in to comment.