开发者问题收集
#!/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