initial code commit

This commit is contained in:
ION606
2024-06-26 12:03:29 -04:00
parent e810bb8215
commit ce895bddaa
10 changed files with 199 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [ -f "$HOME/ionsrc/creds.txt" ]; then
source "$HOME/ionsrc/creds.txt"
echo "logged in as $username!"
else
echo "no user found!"
fi