-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a4b55c
commit 44ea08d
Showing
9 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Submodule FastChat
updated
35 files
Submodule coophive
updated
from b9f649 to 989f20
Submodule openai-cli
updated
from f993ec to 3af6c0
Submodule aws-cost-saver
added at
c64d33
Submodule hydra-booster
added at
515247
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
today() { | ||
TODAY=$HOME/`date +'%Y/%m/%d'` | ||
if [ ! -d ${TODAY} ]; | ||
then | ||
mkdir -p ${TODAY} | ||
fi | ||
cd ${TODAY} | ||
echo $TODAY | ||
pushd $TODAY | ||
} | ||
|
||
|