forked from pool/wxWidgets-3_2
5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/bin/sh
|
||
|
for i in GTK3 Qt Univ; do
|
||
|
cp wxWidgets-3_2.changes "wx$i-3_2.changes"
|
||
|
done
|