Skip to content

Instantly share code, notes, and snippets.

@amalrik
Created April 12, 2012 21:02
Show Gist options
  • Save amalrik/2370977 to your computer and use it in GitHub Desktop.
Save amalrik/2370977 to your computer and use it in GitHub Desktop.
compilar todos os scripts do mediador
nohup dcs_depend_rpt -incscripts -rpt_stdout -rpt_print_raw -rpt_temporary |grep ^"GDC Script:" |awk '{print $3}' |xargs -i cgdc_compiler {}.scr > compile_output.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment