From b1b3745128f24632d1b93df4c5844aaf8925f8a6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 29 Jul 2022 15:12:57 -0500 Subject: Change license to GCL --- autoshart | 242 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100755 autoshart (limited to 'autoshart') diff --git a/autoshart b/autoshart new file mode 100755 index 0000000..514e264 --- /dev/null +++ b/autoshart @@ -0,0 +1,242 @@ +#!/bin/sh +# AUTOSHART: autostart *.desktop files +# Copyright (C) 2022 Case Duckworth +# Licensed under the Good Choices License. See COPYING for details. +# +# Commentary: +# +# An autostart script. Called "autoshart" because I literally sharted it out, +# and have /not/ tested it at all. So, caveat emptor, I guess. +# +# Freedesktop autostart specification: +# https://specifications.freedesktop.org/autostart-spec/latest/ +# Freedesktop desktop entry specification: +# https://specifications.freedesktop.org/desktop-entry-spec/latest/ +# +# Prior art: +# - dex -- https://github.com/jceb/dex +# +# Code: + +usage() { + cat <