Created
May 18, 2016 13:46
-
-
Save sangpt/e1fee51464aa072a3de13d68962f62a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare -a can=('Canh' 'Tan' 'Nham' 'Quy' 'Giap' 'At' 'Binh' 'Dinh' 'Mau' 'Ky') | |
declare -a chi=('Than' 'Dau' 'Tuat' 'Hoi' 'Ti' 'Suu' 'Dan' 'Mao' 'Thin' 'Ty' 'Ngo' 'Mui') | |
echo ${can[`expr $1 % 10`]} ${chi[`expr $1 % 12`]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
có ngắn quá không nhỉ