Commit graph

3 commits

Author SHA1 Message Date
AndersonTorres 2730f105ac arcan: 0.6.1pre1+unstable=2021-07-10 -> 0.6.1pre1+unstable=2021-07-30 2021-07-31 20:21:16 -03:00
AndersonTorres 48676d0ad6 arcan: fix wrapper
The wrapper should read the user's HOME directory, but it reads the
'homeless-shelter'.
2021-07-16 10:03:12 -03:00
AndersonTorres 8c6d942984 arcan: create a wrapper
This commit creates a wrapper with the purpose of gracefully execute Arcan
applications (appls, in Arcan jargon).

In a typical FHS system, Arcan can be invoked by a commandline like `arcan
<appl>`, or more generally `arcan <arcan options> <appl> <appl options>`. In
order to emulate this behaviour, this wrapper was crafted.

It `symlinkJoin`s Arcan and the appls, and sets the relevant environment
variables accordingly.
2021-07-07 22:56:34 -03:00