Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lei Li
pluginx
897ad942938bc08b922920639deb0d8df7f9be8a
897ad942938bc08b922920639deb0d8df7f9be8a
Switch branch/tag
pluginx
example
plugin_mgr
testdata
testb.sh
Find file
Normal view
History
Permalink
testb.sh
90 Bytes
Edit
Web IDE
Newer
Older
Initial commit
“李磊”
committed
Oct 12, 2024
1
2
3
4
5
6
7
#!/bin/bash
while
true
do
echo
"
`
date
+
'%F %T'
`
testb.sh is running"
sleep
1
done