aboutsummaryrefslogtreecommitdiff
path: root/build/entry.sh
blob: 09a943f693048ca8d022936ef674ecd37f28579e (plain)
1
2
3
#!/bin/bash

while true; do echo hi; sleep 1; done;