steptail.com

How many light bulbs does it take to change a penguin?

User Tools

Site Tools


guides:virtual_modem:script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
guides:virtual_modem:script [2019-02-18 01:31]
omolini
guides:virtual_modem:script [2019-02-18 02:16]
omolini
Line 358: Line 358:
  
 printf "\nPPP link terminated.\n"​ printf "\nPPP link terminated.\n"​
 +</​code>​
 +
 +===== 2.sh =====
 +This example script demonstrates how easy it is to make simple dial-up services, such as BBS's. To call this script, from the serial console, type "​ATD2"​.
 +
 +<code bash 2.sh>
 +#!/bin/bash
 +#
 +
 +echo "Hello World Demo Box!"
 +echo "​---------------------"​
 +echo
 +echo "You have just successfully dialled this virtual box!"
 +echo
 +echo "​Please enter your name: "
 +read username
 +echo
 +echo "​Welcome $username!"​
 +echo "Thank you for visiting! Bye!"
 +sleep 2
 </​code>​ </​code>​
  
guides/virtual_modem/script.txt · Last modified: 2022-12-28 03:32 by omolini