ar_redadeg/scripts/hello.sh

4 lines
71 B
Bash
Raw Normal View History

2021-03-27 21:55:40 +00:00
#!/bin/bash
echo "hi from shell script"
echo "hello from shell script"