5 lines
54 B
Bash
Executable file
5 lines
54 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
ln -sf default.mk config/active.mk
|