7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
declare mydir=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd )
|
|
|
|
./build --use-flags=sp "$@"
|
|
./build --use-flags=dp -f "$@"
|