文件名称:ist的matlab代码-shtpl:壳模板
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-15 01:43:42
系统开源
ist的matlab代码shtpl-外壳模板系统 Syntax: #% shell-command #%# comment #%include file #%raw #%end raw #%incraw file (include raw file) #slurp (removes trailing newline) %$ (masks $) Options: -ass/--allow-subshell: does not mask $(, ´ -o /--optimize : minimize printf usage Example usage: sh -c "$( shtpl [Options...] template )" shtpl [Options...] template | ( . /dev/stdin ) Should work with busybox ash, dash, bash, ksh and zsh. (License: GPLv3+) 安装: sudo make install 示例模板: $ cat testfile #%include testfil
【文件预览】:
shtpl-master
----.gitignore(186B)
----Makefile(623B)
----vala()
--------Makefile(254B)
--------shtpl.vala(4KB)
----README.md(3KB)
----testfile(263B)
----shtpl(3KB)
----testraw(66B)
----testfile2(118B)