lang: funcs: Add math pow function and a few examples
Just a few small things I think should be committed.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "running test-gotest.sh $1"
|
||||
echo running "$0" "$@"
|
||||
|
||||
#ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" # dir!
|
||||
ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
|
||||
Reference in New Issue
Block a user