3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
[ ! -e /tmp/.equoupdatecheck ] && echo "not checked for" > /tmp/.equoupdatecheck
|
||
|
cat /tmp/.equoupdatecheck
|