This file contains hidden or 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
# Assumes wireless interface on en1. If arg is supplied, will try to open that POW app | |
xip() { | |
local ip="$(ipconfig getifaddr en1)" | |
local app="$1" | |
if [ -z "$1" ] ; then | |
app="$(basename $PWD)" | |
fi | |
open http://${app}.${ip}.xip.io | |
} |
This file contains hidden or 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
# | |
# Cookbook Name:: whenever | |
# Recipe:: default | |
# | |
ey_cloud_report "whenever" do | |
message "starting whenever recipe" | |
end | |
# Set your application name here |