5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd "dirname $BASH_SOURCE"
|
||
|
source brew.sh
|
||
|
source npm.sh
|