Delete 900.link-googledrive.sh

This commit is contained in:
Jeffrey Paul 2019-11-18 04:35:44 -08:00 committed by GitHub
parent 4e603fb312
commit d287946335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
# setup google drive as synceddir in ~/.paths
if [[ ! -e ~/.paths/synceddir ]]; then
ln -s ~/Google\ Drive\ File\ Stream/My\ Drive ~/.paths/synceddir
fi