Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangkx1
Continue_Plan
Commits
df892bc0
"examples/pytorch/vscode:/vscode.git/clone" did not exist on "80fdcfdf831c4085e091283a18da4efd2bf0667b"
Commit
df892bc0
authored
Jan 01, 2025
by
wangkx1
Browse files
Update README.md
parent
32b88996
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
README.md
README.md
+39
-0
No files found.
README.md
View file @
df892bc0
# Continue_Plan
本工程主要目的是实现一个工具, 减少以往琐碎性工作。
设计:
bash notify_attention.sh
脚本内容可能如下:
1.
C++或者Python实现一个可执行文件; exe
2.
exe init "task.path"
3.
exe add "abc"
4.
exe remove "abc"
5.
exe cat task
5.
exe notify "path" "time" 文件存在就通知邮件, 过期不存在酒;
6.
exe update today
7.
exe goodnight
```
bash
#!/bin/bash
python download_model.py
touch
finished
if
[
-e
"/path/to/your/file"
]
;
then
bash notify_attention.sh
"finished download model."
else
bash notify_attention.sh
"unfinished download-model task, please be aware."
fi
```
-
notify_attention.sh 脚本实现自动加入screen后台; 任务完成后发邮件通知自己;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment