This commit is contained in:
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