mirror of
https://github.com/ION606/VCS.git
synced 2026-05-14 22:16:55 +00:00
initial code commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user