mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 21:06:46 +00:00
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Prints out whatever calendar event is on right now
|
|
|
|
cal_name=ifij@yelp.com
|
|
|
|
icalBuddy -li 1 -nc -ea -ic $cal_name -b '' eventsNow | head -n 1 | sed 's/^/ /' | sed 's/$/ |/'
|