Add bash scripts
This commit is contained in:
7
scripts/hello.sh
Normal file
7
scripts/hello.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
read -p "Your name: " name
|
||||
today=$(date "+%d-%m-%Y")
|
||||
echo "Hello $name. Today is $today."
|
||||
Reference in New Issue
Block a user