mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-11 15:39:04 +00:00
6 lines
174 B
Bash
6 lines
174 B
Bash
#!/bin/bash
|
|
cd /media/divarion/FILES/Programming/Vateron_media/XC_VM
|
|
python3 tools/scan_headers.py > /dev/null 2>&1
|
|
echo "SCRIPT_EXIT_CODE=$?"
|
|
ls -la tools/header_report.txt
|