alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add bedtime
author
j3s
date
6 years ago
(Feb 14, 2020, 3:14 PM -0600)
commit
91245276
91245276a7c792289a61b95e5cda6f5981c0ce27
parent
c84ee836
c84ee8369db0033078ec57628f82cb4819a75117
+10
1 changed file
Expand all
Collapse all
Unified
Split
bin
bedtime
+10
bin/bedtime
Reviewed
···
1
1
+
#!/bin/sh -e
2
2
+
#
3
3
+
# Plan tomorrow's day
4
4
+
5
5
+
notefile="$HOME/drop/notes.md"
6
6
+
printf '\n' >> "$notefile"
7
7
+
date +"%Y-%m-%d" >> "$notefile"
8
8
+
printf -- "----------------" >> "$notefile"
9
9
+
vim "+normal Go" +startinsert "$notefile"
10
10
+
jsync