All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anrisoftware.sscontrol.scripts.unix.templates.unpack.stg Maven / Gradle / Ivy

The newest version!
unix(args) ::= <<





<(args.type)(args)>

>>

tgz(args) ::= <<

>>

tar(args) ::= <<
cd 
   -xf 
>>

overrideTar(args) ::= <%
--overwrite
%>

stripTar(args) ::= <%
--strip 1
%>

zip(args) ::= <<
export dest=""
export zip=""

 -c '\
shopt -s dotglob; \
  -d "$dest" "$zip" && f=("$dest"/*) &&  "$dest"/*/* "$dest" &&  "${f[@]}";'

  -d "$dest" "$zip"

>>

overrideZip(args) ::= <%
-uo
%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy