This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script is in the public domain. | |
# Based on an idea by Fabien Udriot | |
# see http://pastie.org/4225971 | |
# Enter your username for typo3.org here. If no username is entered here, you | |
# will be promted for it during execution. | |
username="" |