diff options
Diffstat (limited to '')
-rwxr-xr-x | RunIt.sh | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | bin/sledjchisl | 3 | if [ ! -x bin/sledjchisl ]; then |
4 | sudo chown -R opensimsc:opensimsc * | ||
5 | sudo chown -R opensimsc:opensimsc .??* | ||
6 | pushd src >/dev/null | ||
7 | time sudo -Hu opensimsc ./BuildIt.sh | ||
8 | popd >/dev/null | ||
9 | fi | ||
10 | bin/sledjchisl -v | ||