I would like to be able to (with one click) automate the process of dumping my trash from the terminal... Right now I do it using these commands:
Type "cd ~/.Trash" (then I hit enter)
Type "rm -r *" (hit enter again)
I've never written a script or a workflow... I can't seem to figure out how which app would be better for this or how to write it. If someone would show me how, then I'm sure I can figure out how to write other ones on my own.
Is there something I could read that would explain everything step-by-step?
Any help would be appreciated.
Thanks.
Type "cd ~/.Trash" (then I hit enter)
Type "rm -r *" (hit enter again)
I've never written a script or a workflow... I can't seem to figure out how which app would be better for this or how to write it. If someone would show me how, then I'm sure I can figure out how to write other ones on my own.
Is there something I could read that would explain everything step-by-step?
Any help would be appreciated.
Thanks.