Skip to content

Instantly share code, notes, and snippets.

View knuxify's full-sized avatar

knuxify knuxify

View GitHub Profile
#!/bin/bash
# drivelinker - short script to make symlinks of drives
# variables
refreshrate="5" # refresh rate in seconds
desktop="$HOME/Desktop" # user's desktop
mount="/run/media/$USER" # where the drives are mounted
while true; do
for link in $desktop/*