Guest User

Untitled

a guest
Apr 11th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #! /bin/bash
  2. # Turns off maple tactile sensors, replaces input with pattern of good hugs and cuddles for 30 mins, then turns tactile sensors back on
  3. maplecli tactile_sensors=off
  4. maplecli tactile_start_input=pattern-hugs-and-cuddles
  5. sleep 1800
  6. maplecli tactile_stop_input
  7. maplecli tactile_sensors=on
Advertisement
Add Comment
Please, Sign In to add comment