Files
docs/scripts/trustroot-support.sh

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"