Small bugfix, Uploaded USB Contents
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[.ShellClassInfo]
|
||||
CLSID={645FF040-5081-101B-9F08-00AA002F954E}
|
||||
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-8964
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
alpine-extended-3.23.3 260127
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user