🗑 clean up old, unused stuff

This commit is contained in:
James Walker 2020-10-02 09:41:21 -04:00
parent ddc101d768
commit a820b50bf9
Signed by: walkah
GPG Key ID: 3C127179D6086E93
4 changed files with 0 additions and 25 deletions

0
.gitmodules vendored
View File

View File

@ -1,5 +1,4 @@
expo-cli expo-cli
gatsby-cli
react-native-cli react-native-cli
watchman watchman
yarn yarn

View File

@ -1,21 +0,0 @@
#!/bin/zsh
notify()
{
heading=$1
message=$2
if [ `uname` = "Darwin" ]; then
growlnotify -t ${heading} -m ${message}
else
notify-send ${heading} ${message}
fi
}
# Avoid spawning script twice.
ps aux | grep ircnotify.sh | grep -v grep | grep -v $$ && exit
(ssh irc.walkah.net -o PermitLocalCommand=no \
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
while read heading message; do \
notify "${heading}" "${message}"; \
done)&

View File

@ -1,3 +0,0 @@
#!/bin/zsh
pyflakes $1
pep8 --repeat $1