Commit | Line | Data |
---|---|---|
b8686c66 | 1 | #!/bin/sh |
f0497716 | 2 | |
b8686c66 SS |
3 | cat >&2 <<'EOT' |
4 | WARNING: git-remote-bzr is now maintained independently. | |
5 | WARNING: For more information visit https://github.com/felipec/git-remote-bzr | |
6 | WARNING: | |
b2c851a8 | 7 | WARNING: You can pick a directory on your $PATH and download it, e.g.: |
b8686c66 | 8 | WARNING: $ wget -O $HOME/bin/git-remote-bzr \ |
b2c851a8 JH |
9 | WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr |
10 | WARNING: $ chmod +x $HOME/bin/git-remote-bzr | |
b8686c66 | 11 | EOT |