Add initial versions of dev scripts and a README

This commit is contained in:
Sangelo 2023-07-11 08:35:03 +02:00
commit f7e355b5a4
3 changed files with 11 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# User Management Script for Bash
Simple user management script for Bash, to be able to learn how to use Bash.
by Sangelo & LogolicusZ as a school project.

4
dev-script.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
echo "Starting a web server. Use the download script or wget to download the repository on the host machine."
python -m http.server

4
download-script.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
echo "Downloading the scripts..."
wget "$1"/scripts .