8 lines
193 B
Bash
8 lines
193 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "#pragma once"
|
||
|
|
echo
|
||
|
|
echo "namespace bluetooth::test::headless {"
|
||
|
|
echo "constexpr char kBuildTime[]=\""$(date -Iseconds)"\";"
|
||
|
|
echo " } // namespace bluetooth::test::headless"
|