From 20bbe3418e71556ff2d14623cbbf047c0bd55855 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Dec 2024 11:53:04 +0100 Subject: Small changes --- Makefile | 1 - addressgrep | 8 -------- config-backup | 2 +- unused/addressgrep | 8 ++++++++ 4 files changed, 9 insertions(+), 10 deletions(-) delete mode 100755 addressgrep create mode 100755 unused/addressgrep diff --git a/Makefile b/Makefile index b2d44ae..294d055 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ PREFIX = /usr/local SCRIPTS = 2fa \ - addressgrep \ alg \ battery-checknow \ battery-status \ diff --git a/addressgrep b/addressgrep deleted file mode 100755 index 36b4899..0000000 --- a/addressgrep +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Find all email addresses in stdin, print them newline-separated to stdout - -reg='[a-z0-9\._\+\-%]+@[a-z0-9\._\+\-%]+\.[a-zA-Z]+' - -grep -Pio "$reg" - diff --git a/config-backup b/config-backup index e7ee88b..33d6aba 100755 --- a/config-backup +++ b/config-backup @@ -4,7 +4,7 @@ folder=$HOME/box/configbackups -dotfiles=".bash_profile .bashrc .profile .inputrc .mblaze .nexrc .tmux.conf .xinitrc" +dotfiles=".bash_profile .bashrc .profile .inputrc .mblaze .nexrc .tmux.conf .virc .xinitrc" config="colors fontconfig git imv msmtp zathura" src="dmenu dwm st" diff --git a/unused/addressgrep b/unused/addressgrep new file mode 100755 index 0000000..36b4899 --- /dev/null +++ b/unused/addressgrep @@ -0,0 +1,8 @@ +#!/bin/sh + +# Find all email addresses in stdin, print them newline-separated to stdout + +reg='[a-z0-9\._\+\-%]+@[a-z0-9\._\+\-%]+\.[a-zA-Z]+' + +grep -Pio "$reg" + -- cgit v1.3