Select the types of activity you want to include in your feed.
1function hp7585bpen 2 if test (count $argv) -lt 1 3 echo "usage: hp7585bpen N (0 = stow, 1-8 = carousel slot)" 4 return 1 5 end 6 7 set n $argv[1] 8 if not string match -qr '^[0-8]$' -- $n 9 echo "pen number must be 0..8" 10 return 1 11 end 12 13 hp7585bsend "SP$n;" 14end