reverted to before zulu

This commit is contained in:
Nikolas Weger 2017-07-20 09:19:38 +02:00
parent 6209d6f656
commit 3f5e822fb3
21 changed files with 216 additions and 48 deletions

16
lib/bin/nma Executable file
View file

@ -0,0 +1,16 @@
#!/bin/bash
out=$(mktemp /tmp/nma.XXXXXXXX)
curl --silent --data-ascii "apikey=1e9cfe3bddab21f271b742eb04f9918a76ad0ef0333be7d3" \
--data-ascii "application=Server" --data-ascii "event=megumi.eeleater.org" \
--data-asci "description=$1" --data-asci "priority=0" \
"https://www.notifymyandroid.com/publicapi/notify" -o "$out"
if test $(xml sel -t -m "nma/success" -v "@code" "$out") == "200"; then
echo "Sent"
exit 0
else
echo "Not sent: $(xml sel -t -m "nma/error" -v "." "$out")"
exit 1
fi

1
lib/completions Submodule

@ -0,0 +1 @@
Subproject commit fb28eaf1d6c3c697f1e9721ee9ec911b8d0118ec

1
lib/dasht Submodule

@ -0,0 +1 @@
Subproject commit 7ea915837f7ca3227fe6ca8e8420e1ec2ae638e0

1
lib/fzf Submodule

@ -0,0 +1 @@
Subproject commit 1896aa174877da2e5c6be35219a0a1abcdc4fbf1

1
lib/highlighting Submodule

@ -0,0 +1 @@
Subproject commit aac4a4423898fccbd1ab72c369ac09995a9139f1

1
lib/k Submodule

@ -0,0 +1 @@
Subproject commit 1fa7c039d40684d39cb225599bda4a86a62e765d

1
lib/ohmyzsh Submodule

@ -0,0 +1 @@
Subproject commit 0b4bba4ca2d6115dabfdb0852ce516e30765d2e6

1
lib/util Submodule

@ -0,0 +1 @@
Subproject commit 2d69cda49b1f15b3026f2de0b7178f63b37b8b33