/etc/adios/skel/templates/replay_yaml.tmpl is in libadios-bin 1.13.0-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/bash
#bootstrap a skeletal app using a yaml file
skel xml ${project} #if $force #-f #end if#-y ${yamlfile}
skel makefile ${project} #if $force #-f #end if# #if $noxml # --noxml #end if#-y ${yamlfile}
make
|