Update dotfiles

This commit is contained in:
2023-08-30 08:28:14 +01:00
parent 6a8a6b879d
commit bfa0375ceb
3 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Flush DNS
# @raycast.mode fullOutput
# @raycast.packageName Browsing
# Optional parameters:
# @raycast.icon 💾
# Documentation:
# @raycast.author Andrew Williams
# @raycast.authorURL https://github.com/nikdoof
# @raycast.description Flushes DNS cache on macOS
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder