Revision 13793
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/bin/in_place | ||
---|---|---|
1 | 1 |
#!/bin/sh -e |
2 | 2 |
# Runs a stream command on a file |
3 |
# Usage: [preserve_mtime=1] [preserve_mtime=1] self file command
|
|
3 |
# Usage: [preserve_mtime=1] self file command |
|
4 | 4 |
|
5 | 5 |
file="$1" |
6 | 6 |
shift |
Also available in: Unified diff
fix: bin/in_place: usage: removed duplicate copy of [preserve_mtime=1]