This website requires JavaScript.
Explore
Help
Sign In
dtu-courses
/
bsc_thesis
Watch
1
Star
0
Fork
You've already forked bsc_thesis
0
Code
Issues
1
Pull Requests
Activity
0bf6100e19
bsc_thesis
/
code
/
run.sh
12 lines
118 B
Bash
Raw
Blame
History
#!/bin/bash
blender --python run.py
if
[
$?
-eq
42
]
;
then
echo
echo
echo
echo
echo
blender --python run.py
fi
Reference in New Issue
View Git Blame
Copy Permalink