Files
docs/scripts/trustroot-support.sh
2025-12-18 07:35:42 +01:00

7 lines
191 B
Bash

#!/bin/bash
repo=$(mktemp -d)
git clone https://github.com/Dasharo/dts-configs $repo &> /dev/null
python "$(dirname "$(realpath "$0")")"/trustroot-support.py "$repo" --pretty
rm -rf "$repo"