COMMONWORDS="fudcon fedora January 2009 MIT Massachusetts USA Boston" cp NE.xpm input.xpm make wordlogo # Words for the NE leaf nice ./wordlogo freedom "Freedom" "Freedom Trail" "Docs Project" "Boston Tea Party" "Paul Revere's Ride" "American Revolution" "State of the Wiki" "Asterisk and Fedora Talk" "File Systems, New and Used" "Build an Ambassador Kit" "Hackfest" "Fedora Event Splash" "Giving Wiki Love" $COMMONWORDS >NE.svg & sleep 1 cp SW.xpm input.xpm make wordlogo # Words for the SW leaf nice ./wordlogo features "Big Dig" "Quincy Market" "Boston Common" "Downtown Crossing" "Prudential Tower" "Emerald Necklace" "Back Bay" "Fenway Park" "North End" "Harvard Square" "Charles River" "Beacon Hill" "Comps" "Spins" "State of the Kernel" "Fedora security" $COMMONWORDS >SW.svg & sleep 1 cp NW.xpm input.xpm make wordlogo # Words for the NW leaf nice ./wordlogo friends "One Laptop Per Child" "OLPC" "Sugar Labs" "Free Software Foundation" "FUD Pub" "Git for Dummies" "Write Docs with DocBook XML" "Performance Tuning Renegade" "Public Speaking for Shy Bearded Hackers" "Package Grouping" "SELinux Policy" "EPEL improvements" $COMMONWORDS >NW.svg & sleep 1 cp SE.xpm input.xpm make wordlogo # Words for the SE leaf nice ./wordlogo first "First Public Library in the US" "America's First Public School" "Fire Truck Invented" "Small Pox Vaccine Invented" "Spring Bed Invented" "Truss-Type Bridge Invented" "Stereoscopic X-Rays Invented" "First College in America" "First Subway in the US" "Fluff Invented" "Configuration Management" "The Once and Future Anaconda" "Booting" $COMMONWORDS >SE.svg & sleep 1 wait echo '' > final.svg echo '' >> final.svg grep --no-filename text NW.svg NE.svg SW.svg SE.svg >> final.svg echo '' >> final.svg echo done