Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : watchdog-opendev.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
watchdog-opendev-ping-loop.sh
blob: 818f018b54452a1fd215846a4c59516c7e798ce7 (
plain
)
1
2
3
4
5
6
7
#!/bin/bash
PORT
=/
dev
/
ttyACM0
while
true
do
echo -n
"~U"
>
$PORT
sleep
1
done