42-archive/42sh/sample/andor.sh
Antoine Riard f1af26c00c andor yolo
2017-03-29 15:22:20 +02:00

8 lines
134 B
Bash

pwd > file && pwd >> file || ls | cat && ls | cat >> file || ls
cat -e file
sleep 2
echo
echo "My script:"
echo
cat sample/andor.sh