streamlet-examples/date
branchv_0
changeset 84 05c93ea06946
parent 83 872bc774e471
equal deleted inserted replaced
83:872bc774e471 84:05c93ea06946
    14 #
    14 #
    15 # You should have received a copy of the GNU General Public License
    15 # You should have received a copy of the GNU General Public License
    16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    17 
    17 
    18 
    18 
    19 # This streamlet provides a single attribute: MIME type of given file.
    19 # This streamlet provides a single attribute: date of given file.
    20 # It calls the tool file.
    20 # It calls the stat and date commans.
    21 
    21 
    22 
    22 
    23 . "$(dirname "$(realpath "$0")")/streamlet-common.sh"
    23 . "$(dirname "$(realpath "$0")")/streamlet-common.sh"
    24 
    24 
    25 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    25 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {