🗑 clean up old, unused stuff
This commit is contained in:
parent
ddc101d768
commit
a820b50bf9
0
.gitmodules
vendored
0
.gitmodules
vendored
@ -1,5 +1,4 @@
|
|||||||
expo-cli
|
expo-cli
|
||||||
gatsby-cli
|
|
||||||
react-native-cli
|
react-native-cli
|
||||||
watchman
|
watchman
|
||||||
yarn
|
yarn
|
||||||
|
@ -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)&
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/zsh
|
|
||||||
pyflakes $1
|
|
||||||
pep8 --repeat $1
|
|
Loading…
x
Reference in New Issue
Block a user