Compare commits

...

3 Commits

Author SHA1 Message Date
randomuser 70126d971f add gitignore 2021-02-17 19:59:14 -06:00
randomuser 5c021e1328 add makefile 2021-02-17 19:57:33 -06:00
randomuser 2d75c9e938 remove .sh extension 2021-02-17 19:55:32 -06:00
3 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.swp
*.bak

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
install:
mkdir -p $(DESTDIR)$(BINDDIR)
cp shellgopher $(DESTDIR)$(BINDDIR)/shellgopher

0
shellgopher.sh → shellgopher Normal file → Executable file
View File