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