5 lines
55 B
Bash
Executable file
5 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
sudo ln -s /usr/local /opt/local
|