mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
feat(rog-control-center): Implement logic for fans, aura, and monitoring
This commit is contained in:
6
diagnose.sh
Executable file
6
diagnose.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
git status > status.txt 2>&1
|
||||
echo "--- LOG ---" >> status.txt
|
||||
git log -1 >> status.txt 2>&1
|
||||
echo "--- REBASE DIR ---" >> status.txt
|
||||
ls -d .git/rebase* >> status.txt 2>&1
|
||||
Reference in New Issue
Block a user