aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/signal
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-08 15:06:28 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:36 +0200
commit9ea3dd2e9783b72dc78f5943f319b66bac226842 (patch)
tree9623628ac008dd94767e3ca9100ea57aa071e348 /.local/bin/signal
parent276262410880fcb6c27a3a0e5f9308a5a1cb7bd3 (diff)
Arrange new method for writing command wrappers
Diffstat (limited to '.local/bin/signal')
l---------[-rwxr-xr-x].local/bin/signal38
1 files changed, 1 insertions, 37 deletions
diff --git a/.local/bin/signal b/.local/bin/signal
index bf8d198..3dc73e2 100755..120000
--- a/.local/bin/signal
+++ b/.local/bin/signal
@@ -1,37 +1 @@
-#!/bin/sh
-
-# This program is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the Free
-# Software Foundation, either version 3 of the License, or (at your option) any
-# later version.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
-# details.
-
-readonly BINS="
- /usr/bin/signal-desktop
-"
-
-main()
-{
- for bin in $BINS
- do
- [ -x "$bin" ] || continue
-
- export TMPDIR="${XDG_CACHE_HOME:-$HOME/.local/tmp}"
- mkdir -p -- "/run/user/$UID/doc/by-app/org.signal.Signal"
-
- exec "$bin" "$@"
- done
-
- printf "No underlying executable found for %s:\n" "${0##*/}" >&2
-
- for bin in $BINS
- do
- printf "\t%s\n" "$bin" >&2
- done
-}
-
-main "$@"
+../lib/cmd-wrapper/wrapper.sh \ No newline at end of file