diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-18 20:08:03 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-18 20:08:03 -0400 |
commit | be36a5111c30af9d4dcd6a74c5fa1c43763e598e (patch) | |
tree | 9b261f95d768f8c1c94674d166010f51c61716a0 /scripts/rh-client.scm.in |
Initial Import
Diffstat (limited to 'scripts/rh-client.scm.in')
-rw-r--r-- | scripts/rh-client.scm.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/rh-client.scm.in b/scripts/rh-client.scm.in new file mode 100644 index 0000000..0fddb63 --- /dev/null +++ b/scripts/rh-client.scm.in @@ -0,0 +1,5 @@ +(use-modules (reading-heap client) + (config) + (config api) + (config licenses)) + |