#!/bin/bash # # Usage: # ./foo.sh main() { # dash does globbing here! local foo=$1 echo "$foo" } main 'void *'