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
# show Finder's info dialog from command line, add this e.g. to .zshrc | |
finfo() { | |
osascript - "$@" <<-ENDOSASCRIPT > /dev/null 2>&1 | |
on run args | |
tell app "Finder" | |
activate | |
repeat with f in args | |
open information window of (posix file (contents of f) as alias) | |
end | |
end |
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 | |
# | |
# Program: E-mail fault manager errors <fmadmnotifier.sh> | |
# | |
# Author: Matty < matty91 at gmail dot com > | |
# | |
# Current Version: 1.1 | |
# | |
# Revision History: | |
# |