Shell scripting modification help required

45 Views Asked by At

I have this inside my module1.sh script, but I get errors failed input errors when trying to run it via cronjob. That's because \n1\n1\n1\n1000\n5000\n10\n1 is inputting the information wrong, but I don't know how else to accomplish: press 1 then Enter.

cd /home/cbt/module1.sh
printf '\n1\n1\n1\n1000\n5000\n10\n1' | ./module1.sh
./module1.sh << EOF

1
2
3
EOF
0

There are 0 best solutions below