You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gamewrapper.sh 159 B

3 vuotta sitten
1234567891011121314
  1. #!/usr/bin/env bash
  2. init () {
  3. kill $(pidof redshift)
  4. fanmode.sh 1
  5. }
  6. deinit () {
  7. exec redshift &
  8. fanmode.sh 0
  9. }
  10. init && /usr/bin/prime-run $@ && deinit