unplugged-system/packages/modules/Bluetooth/system/test/headless/tools/build_timestamp.sh

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"