mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for branch in HEAD MOZILLA_1_8_BRANCH MOZILLA_1_8_0_BRANCH; do
|
|
$HOME/bin/sync-configure $branch
|
|
done
|