aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-01-23 13:26:14 +0000
committerJoursoir <chat@joursoir.net>2021-01-23 13:26:14 +0000
commit5f8d72145e9b139662bcd39cd9964fe82190ca7d (patch)
tree16c58cbfa7981e927d50866d97a8c944366775ce
parent0fe4538cb8795ab1cc26555fbc330c1b692baff4 (diff)
downloadspark-master.tar.gz
spark-master.tar.bz2
spark-master.zip
add README.md; fix typos in spark.shHEADmaster
-rw-r--r--README.md15
-rwxr-xr-xspark.sh2
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6eb6221
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Spark
+▁▂▃▄▅▆▇█
+
+## Installation:
+Run `sudo make install`. The `PREFIX` controls installation path, which is `/usr/local/bin` by default.
+
+## Synopsis:
+spark [-h|--help] [number] ...
+
+## Examples:
+
+```
+[joursoir@arch ~]$ spark 0 97 77 71 13 28 34 41 91 8
+▁█▆▆▂▃▃▄▇▁
+```
diff --git a/spark.sh b/spark.sh
index ceac7b4..6e19227 100755
--- a/spark.sh
+++ b/spark.sh
@@ -23,7 +23,7 @@ then
Code was written by Joursoir <chat@joursoir.net>
This is free and unencumbered software released into the public domain.
- Synopsis: spark [number] [number] [number] ...
+ Synopsis: spark [-h|--help] [number] ...
EOF
exit 0
fi