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