同问
开发者问题收集
撰写案例陈述
#!/bin/bashuntil [read command -eq "end"]doecho What command would like to run?read commandif [$command -eq "my-tweets"]; thennode liri.js $commandfiif [$command -eq "do-what-it-says"];thennode liri.j
bash
if-statement
switch-statement
case-statement
2017-08-15
«
1
»