📅  最后修改于: 2023-12-03 14:39:24.388000             🧑  作者: Mango
Are you tired of manually saving each PDF file you come across to your Downloads folder? Look no further than Automator and Shell-Bash!
Automator is a native macOS application that allows users to create scripts and workflows without needing to know how to code. It's the perfect tool for automating repetitive tasks or simplifying complex ones.
Shell-Bash is a type of scripting language used in the terminal of macOS and other Unix-based systems. It's commonly used for system administration and automation.
for f in "$@"
do
cp "$f" ~/Downloads/
done
Congratulations! You've just automated a tedious task and made your life a little bit easier.
Automator and Shell-Bash are powerful tools that allow users to automate tasks and streamline their workflows. By combining the two, you can create custom actions that save time and make your computer work for you. Give it a try and see how much easier your life can be!