Small bugfix, Uploaded USB Contents
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user