#!/bin/sh git clone https://github.com/ajaxorg/ace-builds/ QRC=./embed.qrc echo '' > $QRC echo '' >> $QRC echo ' ' >> $QRC # Each file in the Ace source folder has to be added in individually for a in $(find ace-builds/src-min-noconflict -d) do # if this is not a folder if [ ! -d "$a" ]; then echo ' '$a'' >> $QRC fi done echo ' ' >> $QRC echo '' >> $QRC pyside2-rcc embed.qrc -o embedrc.py