8 lines
89 B
Bash
8 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ID="/usr/local"
|
||
|
|
||
|
cp bubulles.h $ID/include/
|
||
|
cp libbubulles.a $ID/lib/
|
||
|
|