Message ID | 20220406145606.2913834-4-juraj.linkes@pantheon.tech (mailing list archive) |
---|---|
State | RFC, archived |
Delegated to: | Thomas Monjalon |
Headers | |
Series | merge DTS core files to DPDK | |
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | warning | coding style issues |
Commit Message
diff --git a/dts/dts b/dts/dts new file mode 100755 index 0000000000..4d29e01aa3 --- /dev/null +++ b/dts/dts @@ -0,0 +1,9 @@ +#!/bin/bash + +# <COPYRIGHT_TAG> + +PWD=`dirname $0` + +pushd $PWD +./main.py $@ +popd