6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd /tmp/demo
|
|
echo '$ cat greeting.py'
|
|
cat greeting.py
|
|
|