5 lines
77 B
Bash
5 lines
77 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
echo "this is a shell script"
|
||
|
echo "used to test file command"
|