Small bugfix, Uploaded USB Contents

This commit is contained in:
2026-08-17 15:33:19 -04:00
parent 2941ddbece
commit 455e961b9c
977 changed files with 180053 additions and 8 deletions
@@ -0,0 +1,19 @@
#!/bin/bash
#!/usr/bin/env bash
netid=
echo "Enter netid: "
read -r netid
while [[ $netid =~ ^\s*$ ]];
do
echo "Your netid cannot be blank."
echo "Enter netid: "
done
if ! kinit "$netid"@EGR.MSU.MSU
then
exit
fi
mkdir /mnt/decs
mount -t cifs -o user="$netid",sec=krb5i "//decs/decs/support/dban_logs" /mnt/decs
echo "test" > "/mnt/decs/test.txt"
@@ -0,0 +1,3 @@
[Trash Info]
Path=test_network_drive.sh
DeletionDate=2026-04-23T11:20:12