Compare commits

...

2 Commits

Author SHA1 Message Date
randomuser b40f7c6df8 Merge branch 'master' of https://git.beepboop.systems/rndusr/dot_testing 2024-03-18 18:38:20 -05:00
randomuser 1d7ff0dcf9 mlg no longer has its own dot_testing 2024-03-18 18:38:01 -05:00
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@ case "$(hostname)" in
mkdir -p $HOME/.cache/mount_point
sshfs usr@192.168.1.120:/home/usr/doc $HOME/.cache/mount_point
ln -sf $HOME/.cache/mount_point $HOME/doc
rm $HOME/dot_testing # this is also safe. see above
mkdir -p $HOME/.cache/mount_point2
sshfs usr@192.168.1.120:/home/usr/dot_testing $HOME/.cache/mount_point2
ln -sf $HOME/.cache/mount_point2 $HOME/dot_testing
;;
"x230t")
echo "x230t"