initial commit
This commit is contained in:
10
save-display-profile.sh
Executable file
10
save-display-profile.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Check for correct usage
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "Usage: $0 <config name>"
|
||||
exit
|
||||
fi
|
||||
|
||||
OUTPUT_CONFIG_NAME=$1
|
||||
kscreen-doctor --json > $OUTPUT_CONFIG_NAME
|
||||
Reference in New Issue
Block a user