Permalink
Cannot retrieve contributors at this time
4 lines (3 sloc)
103 Bytes
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 | |
| echo "Setting up symlink to pgcli" | |
| ln -sf /usr/share/pgcli/bin/pgcli /usr/local/bin/pgcli |