Makefile (86B)
1 SERVER := ${1} 2 3 all: 4 cat ${HOME}/.ssh/*.pub > files/authorized_keys 5 6 echo ${SERVER}