-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of mmv/mcp use mblaze's mrefile instead, what was I
thinking... Also fix a couple nits in mailcheck.
- Loading branch information
Showing
4 changed files
with
24 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# Some scripts on top of mblaze that suit my workflow | ||
|
||
BINDIR?=${HOME}/bin | ||
SCRIPTS=mapply minbox mincall mmv mnewbox mnewdirs mpane mrespam mrm \ | ||
SCRIPTS=mapply minbox mincall mnewbox mnewdirs mpane mrespam mrm \ | ||
msign msummary munspam mdecrypt mb mdisplay foldercheck mailcheck rl | ||
|
||
all: ${SCRIPTS} | ||
|
||
install: all | ||
cp ${SCRIPTS} ${BINDIR} | ||
ln -sf ${BINDIR}/mmv ${BINDIR}/mcp | ||
ln -sf ${BINDIR}/msign ${BINDIR}/mencrypt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters