9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd src/shaders/
|
|
./compile_shaders.sh
|
|
cd ..
|
|
cd ..
|
|
jai-linux -x64 first.jai
|
|
./first
|