From 59ad62e2afbcb014faed7dcc7cfa81eece7c381e Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 7 Jan 2017 19:28:58 +0000 Subject: [PATCH] Add a space in the curl commands so it works with other shells --- src/ui/Home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Home.js b/src/ui/Home.js index 4730c2f..d669445 100644 --- a/src/ui/Home.js +++ b/src/ui/Home.js @@ -34,7 +34,7 @@ export default class Home extends React.Component {

Run this command:
- $ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc + $ echo 'notica() { curl --data "d:$*" https://notica.us/{id} ; }' >> ~/.bashrc && source ~/.bashrc

Go to this link to receive your notifications (bookmark it since it's yours): https://notica.us/{id}

@@ -44,7 +44,7 @@ export default class Home extends React.Component {

Add this line to your .bashrc file:
- notica() { curl --data "d:$*" https://notica.us/{id}; } + notica() { curl --data "d:$*" https://notica.us/{id} ; }