Project

General

Profile

« Previous | Next » 

Revision 7259

Added bin/lockfile

View differences:

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