We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit e20326fCopy full SHA for e20326f
.gitignore
@@ -0,0 +1,18 @@
1
+# http://www.gnu.org/software/automake
2
+
3
+Makefile.in
4
5
+# http://www.gnu.org/software/autoconf
6
7
+/autom4te.cache
8
+/autoscan.log
9
+/autoscan-*.log
10
+/aclocal.m4
11
+/compile
12
+/config.h.in
13
+/configure
14
+/configure.scan
15
+/depcomp
16
+/install-sh
17
+/missing
18
+/stamp-h1
README.md
@@ -0,0 +1,2 @@
+# Pi-Shell
+Raspberry Pi Shell Script
0 commit comments