Revision 7259
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/lockfile | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Wraps lockfile/dotlockfile |
|
3 |
# Usage: self lockfile_opts... |
|
4 |
|
|
5 |
exec "$(test "$(uname)" = Darwin && echo lockfile || echo dotlockfile)" "$@" |
|
0 | 6 |
Also available in: Unified diff
Added bin/lockfile