6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd "$(dirname "$0")/.."
|
|
scripts/make_common.sh ${1} "${2}" 1
|
|
popd
|