Created
February 23, 2024 06:10
-
-
Save barakplasma/049375cac4a9a18d530c4fe2d0f167f5 to your computer and use it in GitHub Desktop.
AsusWrt scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir -p /mnt/fourtera | |
DISK=$(fdisk -l | grep 2047 | cut -d " " -f2 | sed "s/:/2/") | |
logger $DISK | |
mount.exfat-fuse $DISK /mnt/fourtera |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment