2017-03-03 11:57:46 +01:00
|
|
|
#!/bin/sh
|
2012-11-11 15:19:53 +01:00
|
|
|
|
2017-03-03 11:57:46 +01:00
|
|
|
cat >&2 <<'EOT'
|
|
|
|
WARNING: git-remote-bzr is now maintained independently.
|
|
|
|
WARNING: For more information visit https://github.com/felipec/git-remote-bzr
|
|
|
|
WARNING:
|
2014-05-20 23:18:11 +02:00
|
|
|
WARNING: You can pick a directory on your $PATH and download it, e.g.:
|
2017-03-03 11:57:46 +01:00
|
|
|
WARNING: $ wget -O $HOME/bin/git-remote-bzr \
|
2014-05-20 23:18:11 +02:00
|
|
|
WARNING: https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
|
|
|
|
WARNING: $ chmod +x $HOME/bin/git-remote-bzr
|
2017-03-03 11:57:46 +01:00
|
|
|
EOT
|