

2·
4 months agoYup. So far I’ve paid for keyboard, voice, and immich
Yup. So far I’ve paid for keyboard, voice, and immich
FUTO Keyboard is awesome!
Yes to everything including a big fuck you to Caviezel!
I really like Tempo so far. I haven’t tried it in my car yet. But I’m missing a widget
If . or /path/to/Script are not in your crontab’s PATH variable, it cannot find the script. If the script is in /path/to/Script, change your crontab to either:
*/1 * * * * cd /Path/To/Script && ./Script.sh
Or
Also, “*/1” means every 1 minute and “*” means every minute, so the “/1” is unnecessary