From ce1c57f103b368bdb623c7cdff941998f1395945 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Thu, 15 Oct 2020 13:07:27 -0400 Subject: [PATCH] removed obnoxious license message, added nato charfile, fixed shebang --- charfiles/nato | 27 +++++++++++++++++++++++++++ src/charsel | 17 +---------------- src/motd | 1 - 3 files changed, 28 insertions(+), 17 deletions(-) create mode 100644 charfiles/nato diff --git a/charfiles/nato b/charfiles/nato new file mode 100644 index 0000000..986bb8e --- /dev/null +++ b/charfiles/nato @@ -0,0 +1,27 @@ +--- +a,alpha +b,bravo +c,charlie +d,delta +e,echo +f,foxtrot +g,golf +h,hotel +i,india +j,juliett +k,kilo +l,lima +m,mike +n,november +o,oscar +p,papa +q,quebec +r,romeo +s,sierra +t,tango +u,uniform +v,victor +w,whiskey +x,x-ray +y,yankee +z,zulu diff --git a/src/charsel b/src/charsel index 6713b59..f38d09c 100755 --- a/src/charsel +++ b/src/charsel @@ -1,19 +1,4 @@ -# Copyright 2020 Armaan Bhojwani - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU 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 General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -#!/usr/bin/env sh +#!/usr/bin/env bash # Merge both global and local charfiles CHARDIR=~/.cache/charsel mkdir $CHARDIR/ diff --git a/src/motd b/src/motd index fc1ed3a..3936842 100644 --- a/src/motd +++ b/src/motd @@ -1,4 +1,3 @@ WELCOME TO CHARSEL! FOR HELP, PLEASE USE `charsel help` -THIS PROGRAM IS GNU GPLv3 LICENSED. SEE https://www.gnu.org/licenses/gpl-3.0.en.html -- 2.39.2