Tools: Small housekeeping

- Make generate_redump_yaml.py executable and fix the trailing whitespace
- Fix shebang for retry.sh
This commit is contained in:
KamFretoZ 2025-12-09 05:22:47 +07:00 committed by GovanifY
parent cab81ac23a
commit 70ce7e024f
2 changed files with 2 additions and 2 deletions

2
tools/generate_redump_yaml.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3
import sys
import xml.etree.ElementTree as ET

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
RETRIES=10