-
Notifications
You must be signed in to change notification settings - Fork 0
/
diary
executable file
·23 lines (21 loc) · 1.23 KB
/
diary
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
###################################################
# Written for Gnu-Linux O.S.x64 #
#Git Hub Page : https://github.com/freddii #
# #
# #
# __ _ _ _ _ #
# / _|_ __ ___ __| | __| (_|_) #
#| |_| '__/ _ \/ _` |/ _` | | | #
#| _| | | __/ (_| | (_| | | | #
#|_| |_| \___|\__,_|\__,_|_|_| #
# #
# #
# #
###################################################
# mkdir -p $HOME/.local/bin && cd $HOME/.local/bin && wget https://raw.githubusercontent.com/freddii/some-scripts/master/diary && chmod +x diary
# based on https://github.com/braindef/installation-scripts/blob/master/other/tagebuchOneLiner.txt
if [ -f ~/.tagebuch.txt ]; then
echo " " >>~/.tagebuch.txt && echo " " >>~/.tagebuch.txt
fi
echo "---------------------------" >>~/.tagebuch.txt && date >>~/.tagebuch.txt && echo "---------------------------" >>~/.tagebuch.txt && nano +10000000 ~/.tagebuch.txt