This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#puck.sh | |
# A DNS propagation checker. Fetches in many DNS servers around | |
# the world for IPs assigned to a given domain. | |
# | |
# Author: José Lopes de Oliveira Júnior <http://joselop.es> | |
# | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASKKILL /F /IM "Creative Cloud.exe" /T | |
TASKKILL /F /IM "AcroRd32.exe" /T | |
TASKKILL /F /IM "AdobeARM.exe" /T | |
TASKKILL /F /IM "Adobe Desktop Service.exe" /T | |
TASKKILL /F /IM "Adobe CEF Helper.exe" /T | |
TASKKILL /F /IM "Adobe Installer.exe" /T | |
TASKKILL /F /IM "AdobeUpdateService.exe" /T | |
TASKKILL /F /IM "CoreSync.exe" /T | |
TASKKILL /F /IM "AdobeIPCBroker.exe" /T | |
TASKKILL /F /IM "Adobe Installer.exe" /T |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v = { | |
ada: "Ada", | |
adobe: "Adobe", | |
adroll: "AdRoll", | |
aerosolve: "Aerosolve", | |
ahrefs: "Ahrefs", | |
airflow: "Airflow", | |
airpal: "Airpal", | |
airtable: "Airtable", | |
ajax: "AJAX", |