You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
119 B
Bash

#!/bin/bash
cd data/themes
for filename in *.edc
do
/opt/e17/bin/edje_cc -id ../images -fd ../fonts $filename
done