source: trunk/anuga_work/anuga_cuda/src/scripts/read.sh @ 9334

Last change on this file since 9334 was 9017, checked in by steve, 11 years ago

Adding in Zhe (John) Weng's anuga_cuda code as obtained from googlecode https://code.google.com/p/anuga-cuda

  • Property svn:executable set to *
File size: 274 bytes
Line 
1#!/bin/bash
2#Program:
3#       use 'read' command to get users' name and print out
4#History:
5#2012/10/02 YuanZheCSYZ First release
6
7read -p "Please input your first name:" firstname
8read -p "Please input your last name:" lastname
9echo -e "\nYou full name is: $firstname $lastname"
Note: See TracBrowser for help on using the repository browser.