Added install file - deleted extraneous files

This commit is contained in:
Matt Livingston 2020-09-08 15:26:52 +10:00
parent d429723a81
commit 346816b0ed
7 changed files with 26 additions and 17 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
curlfish

25
INSTALL Normal file
View File

@ -0,0 +1,25 @@
************************************
** TODO **
************************************
** Write installation script
** Makefile
** manpage
** Proper INSTALL documentation
************************************
1. Compile the file curlfish.c and install the resulting in a directory of your choice (/usr/local/bin is perfectly fine, but it is usually on a separate filesystem and thus unavailable when only / is mounted)
2. Create symbolic links that point from curlfish to the full pathname of a script interpreter appended with ^M...
e.g.
$ sudo ln -s /usr/local/bin/curlfish /bin/bash^M
/bin/ksh^M -> /bin/curlfish
/usr/bin/tcsh -> /bin/curlfish
/usr/local/bin/python^M -> /bin/curlfish
3. Compile the manpage and install into the appropriate manual section (probably /usr/local/share/man/man1 )
4. ???
5. Profit!

View File

@ -1,6 +0,0 @@
#!/arpa/af/b/blubrick/curlfish/sh
# Do some stuff
ls -la

1
sh
View File

@ -1 +0,0 @@
/bin/sh

1
sh
View File

@ -1 +0,0 @@
curlfish

View File

@ -1,6 +0,0 @@
#!/arpa/af/b/blubrick/curlfish/sh
# Do some stuff
ls -la

3
testsh
View File

@ -1,3 +0,0 @@
#!/usr/bin/grsh
foo