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