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