mirror of
https://github.com/tappollo/Amaro.git
synced 2026-04-30 11:52:22 +08:00
Add Ruby-based tiramisu. Update README and expect script appropriately.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/usr/bin/expect -f
|
||||
|
||||
spawn bash tiramisu.sh
|
||||
set ::env(AMARO_EXPECT) 1
|
||||
spawn ruby tiramisu.rb
|
||||
|
||||
stty echo
|
||||
set send_human {.2 .3 .7 .2 2}
|
||||
|
||||
expect "New project name: "
|
||||
expect ".*New project name: "
|
||||
send -h "AmaroTest\r"
|
||||
|
||||
expect -re "Class prefix .*: "
|
||||
@@ -23,12 +23,12 @@ send -h "org.testcorp\r"
|
||||
sleep 3
|
||||
|
||||
expect -re "Would you like to edit .*? "
|
||||
send -h "n"
|
||||
send -h "n\r"
|
||||
|
||||
set timeout 500
|
||||
|
||||
expect -re "Would you like to set up .*? "
|
||||
send -h "n"
|
||||
send -h "n\r"
|
||||
|
||||
expect -re "Would you like to open *? "
|
||||
send -h "n"
|
||||
send -h "n\r"
|
||||
|
||||
Reference in New Issue
Block a user