7 lines
36 B
Bash
7 lines
36 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
cd Lib
|
||
|
make foo
|
||
|
cd ..
|