6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BASEDIR=$(dirname "$0")
|
||
|
|
||
|
"${BASEDIR}/../Scripts/extract_libraries.sh"
|