mirror of
https://github.com/dbcli/pgcli.git
synced 2024-11-20 11:19:20 +03:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo "Setting up symlink to pgcli"
|
||
|
ln -sf /usr/share/pgcli/bin/pgcli /usr/local/bin/pgcli
|