mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-12 19:52:14 -04:00
more bash examples
This commit is contained in:
parent
68e3f7d899
commit
4b0a965e4a
9 changed files with 199 additions and 0 deletions
7
shell_scripts/lessons/inputs.sh
Executable file
7
shell_scripts/lessons/inputs.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
echo "We use read to read an input"
|
||||
echo
|
||||
echo "Type your name: "
|
||||
read fname
|
||||
echo "You name is $fname"
|
||||
echo
|
Loading…
Add table
Add a link
Reference in a new issue