AtillaTheC
a month ago
Contributor II

Joined: April 2021

User Statistics

  • 89 Posts
  • 4 Solutions
  • 10 Kudos given
  • 49 Kudos received

User Activity

Unsure if you will find this handy. I wanted to find a way to quit all Adobe processes and delete all adobe files. Made this script which seems to do the trick! #!/bin/bash ##kills all adobe processes pkill -f Adobe pkill -f adobe ##Removes all Adobe...