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

valid_script.sh « lr-decay « features « training « tests - github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faf13699653cd5eb83551bcf32155c9685af222f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

prefix=valid_script

num=$(cat $prefix.temp 2>/dev/null || echo 1)
((num=(num+1)%6))
echo $num > $prefix.temp
((num=6-num))
echo 111.$num