cppcoro/init.sh

8 lines
138 B
Bash
Executable File

#!/bin/sh
export CAKE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/tools/cake/src/run.py"
function cake()
{
python2.7 "$CAKE" "$@"
}