Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
a91b1d4ce6ccefcbf44ed64ae07beae8c9aba89b
a91b1d4ce6ccefcbf44ed64ae07beae8c9aba89b
Switch branch/tag
ZODB
branches
3.3
src
zdaemon
tests
donothing.sh
Find file
Normal view
History
Permalink
donothing.sh
59 Bytes
Edit
Web IDE
Newer
Older
Create ZODB 3.3 maint branch.
Tim Peters
committed
20 years ago
1
2
3
4
5
6
#!/bin/sh
while
[
"1"
-ne
"2"
]
;
do
sleep
10
done