Skip to content

Commit 44ea08d

Browse files
today
1 parent 8a4b55c commit 44ea08d

File tree

9 files changed

+29
-4
lines changed

9 files changed

+29
-4
lines changed

.gitmodules

+9
Original file line numberDiff line numberDiff line change
@@ -13196,3 +13196,12 @@
1319613196
[submodule "2024/06/05/pandas-ai"]
1319713197
path = 2024/06/05/pandas-ai
1319813198
url = https://github.com/Sinaptik-AI/pandas-ai
13199+
[submodule "2024/06/06/hydra-booster"]
13200+
path = 2024/06/06/hydra-booster
13201+
url = https://github.com/libp2p/hydra-booster
13202+
[submodule "2024/06/06/aws-cost-saver"]
13203+
path = 2024/06/06/aws-cost-saver
13204+
url = https://github.com/aramalipoor/aws-cost-saver
13205+
[submodule "2024/06/06/org-jira"]
13206+
path = 2024/06/06/org-jira
13207+
url = https://github.com/ahungry/org-jira

2024/05/26/coophive

2024/05/26/litellm

Submodule litellm updated 179 files

2024/05/31/openai-cli

2024/06/06/aws-cost-saver

Submodule aws-cost-saver added at c64d331

2024/06/06/hydra-booster

Submodule hydra-booster added at 5152470

2024/06/06/org-jira

Submodule org-jira added at 295b01e

script/today.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
today() {
3+
TODAY=$HOME/`date +'%Y/%m/%d'`
4+
if [ ! -d ${TODAY} ];
5+
then
6+
mkdir -p ${TODAY}
7+
fi
8+
cd ${TODAY}
9+
echo $TODAY
10+
pushd $TODAY
11+
}
12+
13+

0 commit comments

Comments
 (0)