1
0
Files
pixelthud/setup.sh
2026-01-28 19:16:39 +01:00

21 lines
493 B
Bash
Executable File

#!/bin/bash
cp -f fading_pixels.py ../../apps/
cp -f plane_wave.py ../../apps/
cp -f rps.py ../../apps/
cp -f doom_fire_psx2.py ../../apps/
cp -f fdtd.py ../../apps/
cp -f shady.sh ../../apps/
mkdir -p ../../apps/shaders/
cp -a shaders/. ../../apps/shaders/
chmod +x ../../apps/fading_pixels.py
chmod +x ../../apps/plane_wave.py
chmod +x ../../apps/rps.py
chmod +x ../../apps/doom_fire_psx2.py
chmod +x ../../apps/fdtd.py
chmod +x ../../apps/shady.sh
cp -f pixelthudconf.py ../../configs/