CodeSnippet/kit/echo.sh

5 lines
66 B
Bash
Executable File

#!/bin/bash
echo "no $#"
echo "first arg $1"
echo "second arg $2"