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.sh | 242 ----------------------------------------------------------- 1 file changed, 242 deletions(-) delete mode 100755 autoshart.sh (limited to 'autoshart.sh') diff --git a/autoshart.sh b/autoshart.sh deleted file mode 100755 index 9e9a1a7..0000000 --- a/autoshart.sh +++ /dev/null @@ -1,242 +0,0 @@ -#!/bin/sh -# AUTOSHART: autostart *.desktop files -# Copyright (C) 2022 Case Duckworth -# Licensed under the Fair 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 <