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