Welcome to mirror list, hosted at ThFree Co, Russian Federation.

valid_script.sh « basics « training « tests - github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a60c4e5951f15d1e09bcfa3b6b2ffcff1c3f8911 (plain)
1
2
3
4
#!/bin/bash

echo line written at $(date) >> valid_script.temp 2> /dev/null
wc -l valid_script.temp