Renamed *.sh Bash scripts to .bash.
This commit is contained in:
parent
b931cce35b
commit
ab5c2fb4c9
5 changed files with 5 additions and 5 deletions
15
bash/bash.sh
15
bash/bash.sh
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
permalink: /cgi/bash/index.sh
|
||||
---
|
||||
|
||||
echo "Content-type: text/plain; charset=utf-8"
|
||||
echo
|
||||
echo "Hello from bash!"
|
||||
echo
|
||||
echo 'date'
|
||||
date
|
||||
echo
|
||||
echo 'for i in $(seq 1 10); do echo $i; done'
|
||||
|
||||
for i in $(seq 1 10); do echo $i; done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue