4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/bash
|
|
|
|
echo "Removing symlink to pgcli"
|
|
rm /usr/local/bin/pgcli
|