I hereby claim:
- I am MarkLalor on github.
- I am marklalor (https://keybase.io/marklalor) on keybase.
- I have a public key whose fingerprint is 5A72 A61D AB83 C220 E603 207D 1B7E AA18 F9BC EFDD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import java.util.logging.Level; | |
import java.util.logging.Logger; | |
import org.bukkit.plugin.java.JavaPlugin; | |
/** | |
* Wrapper around the logger as the log level | |
* features of Bukkit seem to be lacking :( | |
* | |
* @author Mark Lalor |
#!/usr/bin/env bash | |
if [[ $1 == "chrome" ]] | |
then | |
echo "Closing active tab of Google Chrome in $2 seconds." | |
sleep $2 | |
osascript -e 'tell app "Google Chrome" to close active tab of front window' | |
elif [[ $1 == "safari" ]] | |
then | |
echo "Closing active tab of Safari in $2 seconds." | |
sleep $2 |