mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
source /root/.bashrc
|
|
cd /tmp/renderer
|
|
emmake make
|