aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/clock/run
blob: 1341b89fb30e627e11cf48b9ef4fea4ff0d6361b (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash
nonblocktail \
    <(echo $USER move 0 0 -30) \
    <(./generate.py ) \
    <(while true;do ./set_clock.sh ;sleep 1;done) \
    /dev/stdin 2>/dev/null \
  | hackvr 2>/dev/null