bash script accept parameter when called

example :

#!/bin/bash

echo this is the first parameter supplied $1, and this is script name is $0

Leave a Reply