8 lines
144 B
Bash
Executable file
8 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Test whether $1 has a modification time
|
|
# greater than $2
|
|
#
|
|
# This is the default base case, if no other
|
|
# script works.
|
|
exit 0
|