This website requires JavaScript.
Explore
Help
Sign In
so-rose
/
oscillode
Watch
1
Star
0
Fork
You've already forked oscillode
0
Code
Issues
50
Pull Requests
Packages
Projects
Releases
Wiki
Activity
27fdb38262
oscillode
/
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