update repository
[cmdllinux.git] / bash_n_examples / awk / run-system.awk
blob3f604781e2e39180aae736c34b35006db617f9bc
1 #! /usr/bin/awk -f
3 BEGIN{
4 system("ls -la")