Created
          June 2, 2017 20:14 
        
      - 
      
 - 
        
Save DustinAlandzes/c241f0a70a83194779cb9dd7fe66249d to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- Kill /usr/bin/mono and omxplayer--> | |
| <keybind key="C-S-k"> | |
| <action name="Execute"> | |
| <command>pkill -f omxplayer</command> | |
| </action> | |
| <action name="Execute"> | |
| <command>pkill -f mono</command> | |
| </action> | |
| </keybind> | |
| <!-- Pull up NCompass Manager --> | |
| <keybind key="C-S-g"> | |
| <action name="Execute"> | |
| <command>/usr/bin/mono /home/pi/NCompass/Management/NCompassServiceInst$ | |
| </action> | |
| </keybind> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | */15 * * * * echo on 0 | cec-client -s -d 1 # JOB_ID_1 | |
| */17 * * * * /usr/bin/python /usr/share/gnome-schedule/xwrapper.py c 2 # JOB_ID$ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 0 0 * * * /sbin/shutdown -r now # JOB_ID_1 | |
| 0 * * * * bash /home/pi/checkwifi.sh # JOB_ID_2 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment