1 2 3 4 5 6 7 8 9
#!/bin/bash if [[ $# != 1 ]]; then echo >&2 "Usage: $0 libc_filename" exit 2 fi . common/libc.sh add_local $1