Этот коммит содержится в:
tastytea 2019-05-24 16:57:02 +02:00
родитель 052c82ba41
Коммит 4c26c25c91
Подписано: tastytea
Идентификатор ключа GPG: CFC39497F1B26E07
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
= compilescript
*compilescript* allows you to execute files from compiled languages as scripts.
*compilescript* allows you to execute files from compiled languages like scripts.
By default it uses `g++`.
It compiles the source file, stores the binary in

Просмотреть файл

@ -2,7 +2,7 @@
:doctype: manpage
:Author: tastytea
:Email: tastytea@tastytea.de
:Date: 2019-04-13
:Date: 2019-05-24
:Revision: 0.0.0
:man source: compilescript
:man version: {revision}
@ -10,7 +10,7 @@
== NAME
compilescript - allows you to execute files from compiled languages as scripts.
compilescript - allows you to execute files from compiled languages like scripts.
== SYNOPSIS