diff options
author | Einhard Leichtfuß <alguien@respiranto.de> | 2022-04-29 14:58:55 +0200 |
---|---|---|
committer | Einhard Leichtfuß <alguien@respiranto.de> | 2022-04-29 14:58:55 +0200 |
commit | 915faab9c074a0a30b8321c3836d0b35f475e94d (patch) | |
tree | 522b4109f2d43ff06db001b329ec1e09884cf6c8 /user-config.default.bash | |
parent | 90a0069d9bb72bf3caf59e2411a144f9e3afd2d3 (diff) |
Use proper .bash suffix
Diffstat (limited to 'user-config.default.bash')
-rw-r--r-- | user-config.default.bash | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/user-config.default.bash b/user-config.default.bash new file mode 100644 index 0000000..a2e0eca --- /dev/null +++ b/user-config.default.bash @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# +# user-config.default.bash - user configuration options; +# copy this file to user-config.bash and modify to +# your liking. +# + +# The maintainer to be listed in the PKGBUILD. +maintainer="Your Name <your@email-address.tld>" |