AtillaTheC
‎11-21-2023
Contributor II

Joined: April 2021

User Statistics

  • 88 Posts
  • 4 Solutions
  • 10 Kudos given
  • 48 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...