This website works better with JavaScript.
Home
Help
Sign In
rc_reding
/
my_scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Corrected usage msg.
master
Carlos Reding
4 months ago
parent
f2d24569b5
commit
b632f45c39
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
nvidia.sh
+ 1
- 1
nvidia.sh
View File
@@ -7,7 +7,7 @@ function nvidia {
pkexec tee /proc/acpi/bbswitch <<< ON
;;
*)
printf "
\n
To enable or disable your discrete GPU, use ON or OFF."
printf "To enable or disable your discrete GPU, use ON or OFF.
\n
"
;;
esac
}
Write
Preview
Loading…
Cancel
Save