Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Geektool 从互联网上下载图像,然后将其显示在桌面上。wget 代码在使用终端时可以正常下载,但在使用 Geektools 时无法正常工作。
wget -O status_logo.png "$WEBSITEURL"
我希望有人对 Geektools 和下载照片有一些经验。
谢谢你的帮助。
Mac OS X 默认没有 wget,所以我怀疑你的安装在 GeekTool 加载的 $PATH 之外的目录中。
尝试将完整路径放入 wget 或使用 curl 代替。