5 lines
39 B
Bash
5 lines
39 B
Bash
|
#!/bin/bash
|
||
|
cd deps
|
||
|
./getDeps.sh
|
||
|
cd ..
|